Html Css Color HEX #CA4012 Harley Davidson Orange

📋 copy color: '#CA4012'

red 202 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #CA4012

Tints of Harley Davidson Orange #CA4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 71.13%
G = 22.54%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4012 (or 0xCA4012) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 12. RGB value is (202,64,18). Sum of RGB (Red+Green+Blue) = 202+64+18=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4012 is #35BFED. Grayscale: #646464. Windows color (decimal): -3522542 or 1196234. OLE color: 1196234.

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

Color convert

RGB 202 64 18 -
CMYK 0 0.68 0.91 0.21
HSL 15º 0.84% 0.43% -
HSV(B) 15º 0.91% 0.79% -
XYZ 26.3 16.27 2.33 -
YUV 100.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 202 64 18 0 0.68 0.91 0.21 15 0.84 0.43
Hex CA 40 12 0 44 5B 15 F 54 2B
Octal 312 100 22 0 104 133 25 17 124 53
Binary 11001010 1000000 10010 0 1000100 1011011 10101 1111 1010100 101011

Color Harmonies of #CA4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4012

Black with #CA4012

Text Example


Text Example

White with #CA4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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