Html Css Color HEX #CA1E03 Harley Davidson Orange
📋 copy color: '#CA1E03'red 202 ◦ green 30 ◦ blue 3
Shades of Harley Davidson Orange #CA1E03
Tints of Harley Davidson Orange #CA1E03
RGB
CMYK
RGB Variations
Color information
#CA1E03 (or 0xCA1E03) is known color: Harley Davidson Orange. HEX triplet: CA, 1E and 03. RGB value is (202,30,3). Sum of RGB (Red+Green+Blue) = 202+30+3=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1E03 is #35E1FC. Grayscale: #4E4E4E. Windows color (decimal): -3531261 or 204490. OLE color: 204490.
HSL color Cylindrical-coordinate representation of color #CA1E03: hue angle of 8.14º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA1E03 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.21 |
| HSL | 8.14º | 0.97% | 0.4% | - |
| HSV(B) | 8.14º | 0.99% | 0.79% | - |
| XYZ | 24.84 | 13.49 | 1.38 | - |
| YUV | 78.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 3 | 0 | 0.85 | 0.99 | 0.21 | 8.14 | 0.97 | 0.4 |
| Hex | CA | 1E | 3 | 0 | 55 | 63 | 15 | 8 | 61 | 28 |
| Octal | 312 | 36 | 3 | 0 | 125 | 143 | 25 | 10 | 141 | 50 |
| Binary | 11001010 | 11110 | 11 | 0 | 1010101 | 1100011 | 10101 | 1000 | 1100001 | 101000 |
Color Harmonies of #CA1E03
Complementary color
Monochromatic Colors of #CA1E03
Black with #CA1E03
Text Example
Text Example
White with #CA1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E03; }
p { color: rgb(202,30,3); }
H1.HeaderClassName
{
color: #CA1E03;
}
.AnyTagClassName
{
color: #CA1E03;
}
</style>
background-color css
<style>
a { background-color: #CA1E03; }
a { background-color: rgb(202,30,3); }
div.DivClassName
{
background-color: #CA1E03;
}
.BgClassName
{
background-color: #CA1E03;
}
</style>
border-color css
<style>
span { border-color: #CA1E03; }
span { border-color: rgb(202,30,3); }
td.TdClassName
{
border-color: #CA1E03;
}
.TagClassName
{
border-color: #CA1E03;
}
</style>