Html Css Color HEX #CA420C Harley Davidson Orange
📋 copy color: '#CA420C'red 202 ◦ green 66 ◦ blue 12
Shades of Harley Davidson Orange #CA420C
Tints of Harley Davidson Orange #CA420C
RGB
CMYK
RGB Variations
Color information
#CA420C (or 0xCA420C) is known color: Harley Davidson Orange. HEX triplet: CA, 42 and 0C. RGB value is (202,66,12). Sum of RGB (Red+Green+Blue) = 202+66+12=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA420C is #35BDF3. Grayscale: #646464. Windows color (decimal): -3522036 or 803530. OLE color: 803530.
HSL color Cylindrical-coordinate representation of color #CA420C: hue angle of 17.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA420C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.21 |
| HSL | 17.05º | 0.89% | 0.42% | - |
| HSV(B) | 17.05º | 0.94% | 0.79% | - |
| XYZ | 26.37 | 16.48 | 2.14 | - |
| YUV | 100.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 12 | 0 | 0.67 | 0.94 | 0.21 | 17.05 | 0.89 | 0.42 |
| Hex | CA | 42 | C | 0 | 43 | 5E | 15 | 11 | 59 | 2A |
| Octal | 312 | 102 | 14 | 0 | 103 | 136 | 25 | 21 | 131 | 52 |
| Binary | 11001010 | 1000010 | 1100 | 0 | 1000011 | 1011110 | 10101 | 10001 | 1011001 | 101010 |
Color Harmonies of #CA420C
Complementary color
Monochromatic Colors of #CA420C
Black with #CA420C
Text Example
Text Example
White with #CA420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA420C; }
p { color: rgb(202,66,12); }
H1.HeaderClassName
{
color: #CA420C;
}
.AnyTagClassName
{
color: #CA420C;
}
</style>
background-color css
<style>
a { background-color: #CA420C; }
a { background-color: rgb(202,66,12); }
div.DivClassName
{
background-color: #CA420C;
}
.BgClassName
{
background-color: #CA420C;
}
</style>
border-color css
<style>
span { border-color: #CA420C; }
span { border-color: rgb(202,66,12); }
td.TdClassName
{
border-color: #CA420C;
}
.TagClassName
{
border-color: #CA420C;
}
</style>