Html Css Color HEX #CA4421 Harley Davidson Orange

📋 copy color: '#CA4421'

red 202 ◦ green 68 ◦ blue 33

#CA4421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CA4421

Tints of Harley Davidson Orange #CA4421

RGB

 RED value IS 202 (79.3% from 255) = 66.67%

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 66.67%
G = 22.44%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA4421 (or 0xCA4421) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 21. RGB value is (202,68,33). Sum of RGB (Red+Green+Blue) = 202+68+33=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4421 is #35BBDE. Grayscale: #686868. Windows color (decimal): -3521503 or 2180298. OLE color: 2180298.

HSL color Cylindrical-coordinate representation of color #CA4421: hue angle of 12.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4421 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 33 -
CMYK 0 0.66 0.84 0.21
HSL 12.43º 0.72% 0.46% -
HSV(B) 12.43º 0.84% 0.79% -
XYZ 26.7 16.8 3.27 -
YUV 104.08 87.89 197.85 -
System Red Green Blue C M Y K H S L
Decimal 202 68 33 0 0.66 0.84 0.21 12.43 0.72 0.46
Hex CA 44 21 0 42 54 15 C 48 2E
Octal 312 104 41 0 102 124 25 14 110 56
Binary 11001010 1000100 100001 0 1000010 1010100 10101 1100 1001000 101110

Color Harmonies of #CA4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4421

Black with #CA4421

Text Example


Text Example

White with #CA4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4421; }

 p { color: rgb(202,68,33); }

 H1.HeaderClassName
 {
   color: #CA4421;
 }
 .AnyTagClassName
 {
   color: #CA4421;
 }
</style>

background-color css

<style>
 a { background-color: #CA4421; }

 a { background-color: rgb(202,68,33); }

 div.DivClassName
 {
   background-color: #CA4421;
 }
 .BgClassName
 {
   background-color: #CA4421;
 }
</style>

border-color css

<style>
 span { border-color: #CA4421; }

 span { border-color: rgb(202,68,33); }

 td.TdClassName
 {
   border-color: #CA4421;
 }
 .TagClassName
 {
   border-color: #CA4421;
 }
</style>