Html Css Color HEX #CD2F0E Harley Davidson Orange
📋 copy color: '#CD2F0E'red 205 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #CD2F0E
Tints of Harley Davidson Orange #CD2F0E
RGB
CMYK
RGB Variations
Color information
#CD2F0E (or 0xCD2F0E) is known color: Harley Davidson Orange. HEX triplet: CD, 2F and 0E. RGB value is (205,47,14). Sum of RGB (Red+Green+Blue) = 205+47+14=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2F0E is #32D0F1. Grayscale: #5A5A5A. Windows color (decimal): -3330290 or 929741. OLE color: 929741.
HSL color Cylindrical-coordinate representation of color #CD2F0E: hue angle of 10.37º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD2F0E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 14 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.20 |
| HSL | 10.37º | 0.87% | 0.43% | - |
| HSV(B) | 10.37º | 0.93% | 0.8% | - |
| XYZ | 26.27 | 15.04 | 1.93 | - |
| YUV | 90.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 14 | 0 | 0.77 | 0.93 | 0.20 | 10.37 | 0.87 | 0.43 |
| Hex | CD | 2F | E | 0 | 4D | 5D | 14 | A | 57 | 2B |
| Octal | 315 | 57 | 16 | 0 | 115 | 135 | 24 | 12 | 127 | 53 |
| Binary | 11001101 | 101111 | 1110 | 0 | 1001101 | 1011101 | 10100 | 1010 | 1010111 | 101011 |
Color Harmonies of #CD2F0E
Complementary color
Monochromatic Colors of #CD2F0E
Black with #CD2F0E
Text Example
Text Example
White with #CD2F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2F0E; }
p { color: rgb(205,47,14); }
H1.HeaderClassName
{
color: #CD2F0E;
}
.AnyTagClassName
{
color: #CD2F0E;
}
</style>
background-color css
<style>
a { background-color: #CD2F0E; }
a { background-color: rgb(205,47,14); }
div.DivClassName
{
background-color: #CD2F0E;
}
.BgClassName
{
background-color: #CD2F0E;
}
</style>
border-color css
<style>
span { border-color: #CD2F0E; }
span { border-color: rgb(205,47,14); }
td.TdClassName
{
border-color: #CD2F0E;
}
.TagClassName
{
border-color: #CD2F0E;
}
</style>