Html Css Color HEX #CA271E Harley Davidson Orange
📋 copy color: '#CA271E'red 202 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #CA271E
Tints of Harley Davidson Orange #CA271E
RGB
CMYK
RGB Variations
Color information
#CA271E (or 0xCA271E) is known color: Harley Davidson Orange. HEX triplet: CA, 27 and 1E. RGB value is (202,39,30). Sum of RGB (Red+Green+Blue) = 202+39+30=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA271E is #35D8E1. Grayscale: #565656. Windows color (decimal): -3528930 or 1976266. OLE color: 1976266.
HSL color Cylindrical-coordinate representation of color #CA271E: hue angle of 3.14º 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 #CA271E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 30 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.21 |
| HSL | 3.14º | 0.74% | 0.45% | - |
| HSV(B) | 3.14º | 0.85% | 0.79% | - |
| XYZ | 25.32 | 14.1 | 2.62 | - |
| YUV | 86.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 30 | 0 | 0.81 | 0.85 | 0.21 | 3.14 | 0.74 | 0.45 |
| Hex | CA | 27 | 1E | 0 | 51 | 55 | 15 | 3 | 4A | 2D |
| Octal | 312 | 47 | 36 | 0 | 121 | 125 | 25 | 3 | 112 | 55 |
| Binary | 11001010 | 100111 | 11110 | 0 | 1010001 | 1010101 | 10101 | 11 | 1001010 | 101101 |
Color Harmonies of #CA271E
Complementary color
Monochromatic Colors of #CA271E
Black with #CA271E
Text Example
Text Example
White with #CA271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA271E; }
p { color: rgb(202,39,30); }
H1.HeaderClassName
{
color: #CA271E;
}
.AnyTagClassName
{
color: #CA271E;
}
</style>
background-color css
<style>
a { background-color: #CA271E; }
a { background-color: rgb(202,39,30); }
div.DivClassName
{
background-color: #CA271E;
}
.BgClassName
{
background-color: #CA271E;
}
</style>
border-color css
<style>
span { border-color: #CA271E; }
span { border-color: rgb(202,39,30); }
td.TdClassName
{
border-color: #CA271E;
}
.TagClassName
{
border-color: #CA271E;
}
</style>