Html Css Color HEX #CD250E Harley Davidson Orange
📋 copy color: '#CD250E'red 205 ◦ green 37 ◦ blue 14
Shades of Harley Davidson Orange #CD250E
Tints of Harley Davidson Orange #CD250E
RGB
CMYK
RGB Variations
Color information
#CD250E (or 0xCD250E) is known color: Harley Davidson Orange. HEX triplet: CD, 25 and 0E. RGB value is (205,37,14). Sum of RGB (Red+Green+Blue) = 205+37+14=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD250E is #32DAF1. Grayscale: #545454. Windows color (decimal): -3332850 or 927181. OLE color: 927181.
HSL color Cylindrical-coordinate representation of color #CD250E: hue angle of 7.23º 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 #CD250E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.20 |
| HSL | 7.23º | 0.87% | 0.43% | - |
| HSV(B) | 7.23º | 0.93% | 0.8% | - |
| XYZ | 25.92 | 14.33 | 1.82 | - |
| YUV | 84.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 14 | 0 | 0.82 | 0.93 | 0.20 | 7.23 | 0.87 | 0.43 |
| Hex | CD | 25 | E | 0 | 52 | 5D | 14 | 7 | 57 | 2B |
| Octal | 315 | 45 | 16 | 0 | 122 | 135 | 24 | 7 | 127 | 53 |
| Binary | 11001101 | 100101 | 1110 | 0 | 1010010 | 1011101 | 10100 | 111 | 1010111 | 101011 |
Color Harmonies of #CD250E
Complementary color
Monochromatic Colors of #CD250E
Black with #CD250E
Text Example
Text Example
White with #CD250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD250E; }
p { color: rgb(205,37,14); }
H1.HeaderClassName
{
color: #CD250E;
}
.AnyTagClassName
{
color: #CD250E;
}
</style>
background-color css
<style>
a { background-color: #CD250E; }
a { background-color: rgb(205,37,14); }
div.DivClassName
{
background-color: #CD250E;
}
.BgClassName
{
background-color: #CD250E;
}
</style>
border-color css
<style>
span { border-color: #CD250E; }
span { border-color: rgb(205,37,14); }
td.TdClassName
{
border-color: #CD250E;
}
.TagClassName
{
border-color: #CD250E;
}
</style>