Html Css Color HEX #CA1F04 Harley Davidson Orange
📋 copy color: '#CA1F04'red 202 ◦ green 31 ◦ blue 4
Shades of Harley Davidson Orange #CA1F04
Tints of Harley Davidson Orange #CA1F04
RGB
CMYK
RGB Variations
Color information
#CA1F04 (or 0xCA1F04) is known color: Harley Davidson Orange. HEX triplet: CA, 1F and 04. RGB value is (202,31,4). Sum of RGB (Red+Green+Blue) = 202+31+4=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1F04 is #35E0FB. Grayscale: #4F4F4F. Windows color (decimal): -3531004 or 270282. OLE color: 270282.
HSL color Cylindrical-coordinate representation of color #CA1F04: hue angle of 8.18º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA1F04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.21 |
| HSL | 8.18º | 0.96% | 0.4% | - |
| HSV(B) | 8.18º | 0.98% | 0.79% | - |
| XYZ | 24.87 | 13.55 | 1.42 | - |
| YUV | 79.05 | 85.65 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 4 | 0 | 0.85 | 0.98 | 0.21 | 8.18 | 0.96 | 0.4 |
| Hex | CA | 1F | 4 | 0 | 55 | 62 | 15 | 8 | 60 | 28 |
| Octal | 312 | 37 | 4 | 0 | 125 | 142 | 25 | 10 | 140 | 50 |
| Binary | 11001010 | 11111 | 100 | 0 | 1010101 | 1100010 | 10101 | 1000 | 1100000 | 101000 |
Color Harmonies of #CA1F04
Complementary color
Monochromatic Colors of #CA1F04
Black with #CA1F04
Text Example
Text Example
White with #CA1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F04; }
p { color: rgb(202,31,4); }
H1.HeaderClassName
{
color: #CA1F04;
}
.AnyTagClassName
{
color: #CA1F04;
}
</style>
background-color css
<style>
a { background-color: #CA1F04; }
a { background-color: rgb(202,31,4); }
div.DivClassName
{
background-color: #CA1F04;
}
.BgClassName
{
background-color: #CA1F04;
}
</style>
border-color css
<style>
span { border-color: #CA1F04; }
span { border-color: rgb(202,31,4); }
td.TdClassName
{
border-color: #CA1F04;
}
.TagClassName
{
border-color: #CA1F04;
}
</style>