Html Css Color HEX #CA4212 Harley Davidson Orange

📋 copy color: '#CA4212'

red 202 ◦ green 66 ◦ blue 18

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

Shades of Harley Davidson Orange #CA4212

Tints of Harley Davidson Orange #CA4212

RGB

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

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

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

R = 70.63%
G = 23.08%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4212 (or 0xCA4212) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 12. RGB value is (202,66,18). Sum of RGB (Red+Green+Blue) = 202+66+18=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4212 is #35BDED. Grayscale: #656565. Windows color (decimal): -3522030 or 1196746. OLE color: 1196746.

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

Color convert

RGB 202 66 18 -
CMYK 0 0.67 0.91 0.21
HSL 15.65º 0.84% 0.43% -
HSV(B) 15.65º 0.91% 0.79% -
XYZ 26.41 16.5 2.36 -
YUV 101.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 202 66 18 0 0.67 0.91 0.21 15.65 0.84 0.43
Hex CA 42 12 0 43 5B 15 10 54 2B
Octal 312 102 22 0 103 133 25 20 124 53
Binary 11001010 1000010 10010 0 1000011 1011011 10101 10000 1010100 101011

Color Harmonies of #CA4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4212

Black with #CA4212

Text Example


Text Example

White with #CA4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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