Html Css Color HEX #CA4211 Harley Davidson Orange

📋 copy color: '#CA4211'

red 202 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #CA4211

Tints of Harley Davidson Orange #CA4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 70.88%
G = 23.16%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4211 (or 0xCA4211) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 11. RGB value is (202,66,17). Sum of RGB (Red+Green+Blue) = 202+66+17=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4211 is #35BDEE. Grayscale: #656565. Windows color (decimal): -3522031 or 1131210. OLE color: 1131210.

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

Color convert

RGB 202 66 17 -
CMYK 0 0.67 0.92 0.21
HSL 15.89º 0.84% 0.43% -
HSV(B) 15.89º 0.92% 0.79% -
XYZ 26.41 16.49 2.32 -
YUV 101.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 202 66 17 0 0.67 0.92 0.21 15.89 0.84 0.43
Hex CA 42 11 0 43 5C 15 10 54 2B
Octal 312 102 21 0 103 134 25 20 124 53
Binary 11001010 1000010 10001 0 1000011 1011100 10101 10000 1010100 101011

Color Harmonies of #CA4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4211

Black with #CA4211

Text Example


Text Example

White with #CA4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4211; }

 p { color: rgb(202,66,17); }

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

background-color css

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

 a { background-color: rgb(202,66,17); }

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

border-color css

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

 span { border-color: rgb(202,66,17); }

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