Html Css Color HEX #CA281F Harley Davidson Orange
📋 copy color: '#CA281F'red 202 ◦ green 40 ◦ blue 31
Shades of Harley Davidson Orange #CA281F
Tints of Harley Davidson Orange #CA281F
RGB
CMYK
RGB Variations
Color information
#CA281F (or 0xCA281F) is known color: Harley Davidson Orange. HEX triplet: CA, 28 and 1F. RGB value is (202,40,31). Sum of RGB (Red+Green+Blue) = 202+40+31=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA281F is #35D7E0. Grayscale: #575757. Windows color (decimal): -3528673 or 2042058. OLE color: 2042058.
HSL color Cylindrical-coordinate representation of color #CA281F: hue angle of 3.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA281F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 31 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.21 |
| HSL | 3.16º | 0.73% | 0.46% | - |
| HSV(B) | 3.16º | 0.85% | 0.79% | - |
| XYZ | 25.36 | 14.17 | 2.7 | - |
| YUV | 87.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 31 | 0 | 0.80 | 0.85 | 0.21 | 3.16 | 0.73 | 0.46 |
| Hex | CA | 28 | 1F | 0 | 50 | 55 | 15 | 3 | 49 | 2E |
| Octal | 312 | 50 | 37 | 0 | 120 | 125 | 25 | 3 | 111 | 56 |
| Binary | 11001010 | 101000 | 11111 | 0 | 1010000 | 1010101 | 10101 | 11 | 1001001 | 101110 |
Color Harmonies of #CA281F
Complementary color
Monochromatic Colors of #CA281F
Black with #CA281F
Text Example
Text Example
White with #CA281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA281F; }
p { color: rgb(202,40,31); }
H1.HeaderClassName
{
color: #CA281F;
}
.AnyTagClassName
{
color: #CA281F;
}
</style>
background-color css
<style>
a { background-color: #CA281F; }
a { background-color: rgb(202,40,31); }
div.DivClassName
{
background-color: #CA281F;
}
.BgClassName
{
background-color: #CA281F;
}
</style>
border-color css
<style>
span { border-color: #CA281F; }
span { border-color: rgb(202,40,31); }
td.TdClassName
{
border-color: #CA281F;
}
.TagClassName
{
border-color: #CA281F;
}
</style>