Html Css Color HEX #CA270E Harley Davidson Orange
📋 copy color: '#CA270E'red 202 ◦ green 39 ◦ blue 14
Shades of Harley Davidson Orange #CA270E
Tints of Harley Davidson Orange #CA270E
RGB
CMYK
RGB Variations
Color information
#CA270E (or 0xCA270E) is known color: Harley Davidson Orange. HEX triplet: CA, 27 and 0E. RGB value is (202,39,14). Sum of RGB (Red+Green+Blue) = 202+39+14=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA270E is #35D8F1. Grayscale: #555555. Windows color (decimal): -3528946 or 927690. OLE color: 927690.
HSL color Cylindrical-coordinate representation of color #CA270E: hue angle of 7.98º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA270E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 14 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.21 |
| HSL | 7.98º | 0.87% | 0.42% | - |
| HSV(B) | 7.98º | 0.93% | 0.79% | - |
| XYZ | 25.16 | 14.04 | 1.8 | - |
| YUV | 84.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 14 | 0 | 0.81 | 0.93 | 0.21 | 7.98 | 0.87 | 0.42 |
| Hex | CA | 27 | E | 0 | 51 | 5D | 15 | 8 | 57 | 2A |
| Octal | 312 | 47 | 16 | 0 | 121 | 135 | 25 | 10 | 127 | 52 |
| Binary | 11001010 | 100111 | 1110 | 0 | 1010001 | 1011101 | 10101 | 1000 | 1010111 | 101010 |
Color Harmonies of #CA270E
Complementary color
Monochromatic Colors of #CA270E
Black with #CA270E
Text Example
Text Example
White with #CA270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA270E; }
p { color: rgb(202,39,14); }
H1.HeaderClassName
{
color: #CA270E;
}
.AnyTagClassName
{
color: #CA270E;
}
</style>
background-color css
<style>
a { background-color: #CA270E; }
a { background-color: rgb(202,39,14); }
div.DivClassName
{
background-color: #CA270E;
}
.BgClassName
{
background-color: #CA270E;
}
</style>
border-color css
<style>
span { border-color: #CA270E; }
span { border-color: rgb(202,39,14); }
td.TdClassName
{
border-color: #CA270E;
}
.TagClassName
{
border-color: #CA270E;
}
</style>