Html Css Color HEX #CA4011 Harley Davidson Orange

📋 copy color: '#CA4011'

red 202 ◦ green 64 ◦ blue 17

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

Shades of Harley Davidson Orange #CA4011

Tints of Harley Davidson Orange #CA4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 71.38%
G = 22.61%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA4011 (or 0xCA4011) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 11. RGB value is (202,64,17). Sum of RGB (Red+Green+Blue) = 202+64+17=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4011 is #35BFEE. Grayscale: #646464. Windows color (decimal): -3522543 or 1130698. OLE color: 1130698.

HSL color Cylindrical-coordinate representation of color #CA4011: hue angle of 15.24º 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 #CA4011 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 17 -
CMYK 0 0.68 0.92 0.21
HSL 15.24º 0.84% 0.43% -
HSV(B) 15.24º 0.92% 0.79% -
XYZ 26.29 16.26 2.28 -
YUV 99.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 202 64 17 0 0.68 0.92 0.21 15.24 0.84 0.43
Hex CA 40 11 0 44 5C 15 F 54 2B
Octal 312 100 21 0 104 134 25 17 124 53
Binary 11001010 1000000 10001 0 1000100 1011100 10101 1111 1010100 101011

Color Harmonies of #CA4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4011

Black with #CA4011

Text Example


Text Example

White with #CA4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4011; }

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

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

background-color css

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

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

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

border-color css

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

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

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