Html Css Color HEX #CA4010 Harley Davidson Orange

📋 copy color: '#CA4010'

red 202 ◦ green 64 ◦ blue 16

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

Shades of Harley Davidson Orange #CA4010

Tints of Harley Davidson Orange #CA4010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 71.63%
G = 22.7%
B = 5.67%

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

#CA4010 (or 0xCA4010) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 10. RGB value is (202,64,16). Sum of RGB (Red+Green+Blue) = 202+64+16=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4010 is #35BFEF. Grayscale: #646464. Windows color (decimal): -3522544 or 1065162. OLE color: 1065162.

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

Color convert

RGB 202 64 16 -
CMYK 0 0.68 0.92 0.21
HSL 15.48º 0.85% 0.43% -
HSV(B) 15.48º 0.92% 0.79% -
XYZ 26.28 16.26 2.24 -
YUV 99.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 202 64 16 0 0.68 0.92 0.21 15.48 0.85 0.43
Hex CA 40 10 0 44 5C 15 F 55 2B
Octal 312 100 20 0 104 134 25 17 125 53
Binary 11001010 1000000 10000 0 1000100 1011100 10101 1111 1010101 101011

Color Harmonies of #CA4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4010

Black with #CA4010

Text Example


Text Example

White with #CA4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4010; }

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

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

background-color css

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

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

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

border-color css

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

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

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