Html Css Color HEX #CA2F1E Harley Davidson Orange
📋 copy color: '#CA2F1E'red 202 ◦ green 47 ◦ blue 30
Shades of Harley Davidson Orange #CA2F1E
Tints of Harley Davidson Orange #CA2F1E
RGB
CMYK
RGB Variations
Color information
#CA2F1E (or 0xCA2F1E) is known color: Harley Davidson Orange. HEX triplet: CA, 2F and 1E. RGB value is (202,47,30). Sum of RGB (Red+Green+Blue) = 202+47+30=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F1E is #35D0E1. Grayscale: #5B5B5B. Windows color (decimal): -3526882 or 1978314. OLE color: 1978314.
HSL color Cylindrical-coordinate representation of color #CA2F1E: hue angle of 5.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA2F1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 30 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.21 |
| HSL | 5.93º | 0.74% | 0.45% | - |
| HSV(B) | 5.93º | 0.85% | 0.79% | - |
| XYZ | 25.61 | 14.68 | 2.71 | - |
| YUV | 91.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 30 | 0 | 0.77 | 0.85 | 0.21 | 5.93 | 0.74 | 0.45 |
| Hex | CA | 2F | 1E | 0 | 4D | 55 | 15 | 6 | 4A | 2D |
| Octal | 312 | 57 | 36 | 0 | 115 | 125 | 25 | 6 | 112 | 55 |
| Binary | 11001010 | 101111 | 11110 | 0 | 1001101 | 1010101 | 10101 | 110 | 1001010 | 101101 |
Color Harmonies of #CA2F1E
Complementary color
Monochromatic Colors of #CA2F1E
Black with #CA2F1E
Text Example
Text Example
White with #CA2F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F1E; }
p { color: rgb(202,47,30); }
H1.HeaderClassName
{
color: #CA2F1E;
}
.AnyTagClassName
{
color: #CA2F1E;
}
</style>
background-color css
<style>
a { background-color: #CA2F1E; }
a { background-color: rgb(202,47,30); }
div.DivClassName
{
background-color: #CA2F1E;
}
.BgClassName
{
background-color: #CA2F1E;
}
</style>
border-color css
<style>
span { border-color: #CA2F1E; }
span { border-color: rgb(202,47,30); }
td.TdClassName
{
border-color: #CA2F1E;
}
.TagClassName
{
border-color: #CA2F1E;
}
</style>