Html Css Color HEX #CA3008 Harley Davidson Orange
📋 copy color: '#CA3008'red 202 ◦ green 48 ◦ blue 8
Shades of Harley Davidson Orange #CA3008
Tints of Harley Davidson Orange #CA3008
RGB
CMYK
RGB Variations
Color information
#CA3008 (or 0xCA3008) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 08. RGB value is (202,48,8). Sum of RGB (Red+Green+Blue) = 202+48+8=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3008 is #35CFF7. Grayscale: #595959. Windows color (decimal): -3526648 or 536778. OLE color: 536778.
HSL color Cylindrical-coordinate representation of color #CA3008: hue angle of 12.37º 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 #CA3008 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.21 |
| HSL | 12.37º | 0.92% | 0.41% | - |
| HSV(B) | 12.37º | 0.96% | 0.79% | - |
| XYZ | 25.46 | 14.69 | 1.72 | - |
| YUV | 89.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 8 | 0 | 0.76 | 0.96 | 0.21 | 12.37 | 0.92 | 0.41 |
| Hex | CA | 30 | 8 | 0 | 4C | 60 | 15 | C | 5C | 29 |
| Octal | 312 | 60 | 10 | 0 | 114 | 140 | 25 | 14 | 134 | 51 |
| Binary | 11001010 | 110000 | 1000 | 0 | 1001100 | 1100000 | 10101 | 1100 | 1011100 | 101001 |
Color Harmonies of #CA3008
Complementary color
Monochromatic Colors of #CA3008
Black with #CA3008
Text Example
Text Example
White with #CA3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3008; }
p { color: rgb(202,48,8); }
H1.HeaderClassName
{
color: #CA3008;
}
.AnyTagClassName
{
color: #CA3008;
}
</style>
background-color css
<style>
a { background-color: #CA3008; }
a { background-color: rgb(202,48,8); }
div.DivClassName
{
background-color: #CA3008;
}
.BgClassName
{
background-color: #CA3008;
}
</style>
border-color css
<style>
span { border-color: #CA3008; }
span { border-color: rgb(202,48,8); }
td.TdClassName
{
border-color: #CA3008;
}
.TagClassName
{
border-color: #CA3008;
}
</style>