Html Css Color HEX #CA3C08 Harley Davidson Orange
📋 copy color: '#CA3C08'red 202 ◦ green 60 ◦ blue 8
Shades of Harley Davidson Orange #CA3C08
Tints of Harley Davidson Orange #CA3C08
RGB
CMYK
RGB Variations
Color information
#CA3C08 (or 0xCA3C08) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 08. RGB value is (202,60,8). Sum of RGB (Red+Green+Blue) = 202+60+8=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C08 is #35C3F7. Grayscale: #606060. Windows color (decimal): -3523576 or 539850. OLE color: 539850.
HSL color Cylindrical-coordinate representation of color #CA3C08: hue angle of 16.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA3C08 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.21 |
| HSL | 16.08º | 0.92% | 0.41% | - |
| HSV(B) | 16.08º | 0.96% | 0.79% | - |
| XYZ | 26.02 | 15.81 | 1.91 | - |
| YUV | 96.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 8 | 0 | 0.70 | 0.96 | 0.21 | 16.08 | 0.92 | 0.41 |
| Hex | CA | 3C | 8 | 0 | 46 | 60 | 15 | 10 | 5C | 29 |
| Octal | 312 | 74 | 10 | 0 | 106 | 140 | 25 | 20 | 134 | 51 |
| Binary | 11001010 | 111100 | 1000 | 0 | 1000110 | 1100000 | 10101 | 10000 | 1011100 | 101001 |
Color Harmonies of #CA3C08
Complementary color
Monochromatic Colors of #CA3C08
Black with #CA3C08
Text Example
Text Example
White with #CA3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C08; }
p { color: rgb(202,60,8); }
H1.HeaderClassName
{
color: #CA3C08;
}
.AnyTagClassName
{
color: #CA3C08;
}
</style>
background-color css
<style>
a { background-color: #CA3C08; }
a { background-color: rgb(202,60,8); }
div.DivClassName
{
background-color: #CA3C08;
}
.BgClassName
{
background-color: #CA3C08;
}
</style>
border-color css
<style>
span { border-color: #CA3C08; }
span { border-color: rgb(202,60,8); }
td.TdClassName
{
border-color: #CA3C08;
}
.TagClassName
{
border-color: #CA3C08;
}
</style>