Html Css Color HEX #CD250D Harley Davidson Orange
📋 copy color: '#CD250D'red 205 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #CD250D
Tints of Harley Davidson Orange #CD250D
RGB
CMYK
RGB Variations
Color information
#CD250D (or 0xCD250D) is known color: Harley Davidson Orange. HEX triplet: CD, 25 and 0D. RGB value is (205,37,13). Sum of RGB (Red+Green+Blue) = 205+37+13=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD250D is #32DAF2. Grayscale: #545454. Windows color (decimal): -3332851 or 861645. OLE color: 861645.
HSL color Cylindrical-coordinate representation of color #CD250D: hue angle of 7.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD250D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.20 |
| HSL | 7.5º | 0.88% | 0.43% | - |
| HSV(B) | 7.5º | 0.94% | 0.8% | - |
| XYZ | 25.91 | 14.33 | 1.78 | - |
| YUV | 84.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 13 | 0 | 0.82 | 0.94 | 0.20 | 7.5 | 0.88 | 0.43 |
| Hex | CD | 25 | D | 0 | 52 | 5E | 14 | 8 | 58 | 2B |
| Octal | 315 | 45 | 15 | 0 | 122 | 136 | 24 | 10 | 130 | 53 |
| Binary | 11001101 | 100101 | 1101 | 0 | 1010010 | 1011110 | 10100 | 1000 | 1011000 | 101011 |
Color Harmonies of #CD250D
Complementary color
Monochromatic Colors of #CD250D
Black with #CD250D
Text Example
Text Example
White with #CD250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD250D; }
p { color: rgb(205,37,13); }
H1.HeaderClassName
{
color: #CD250D;
}
.AnyTagClassName
{
color: #CD250D;
}
</style>
background-color css
<style>
a { background-color: #CD250D; }
a { background-color: rgb(205,37,13); }
div.DivClassName
{
background-color: #CD250D;
}
.BgClassName
{
background-color: #CD250D;
}
</style>
border-color css
<style>
span { border-color: #CD250D; }
span { border-color: rgb(205,37,13); }
td.TdClassName
{
border-color: #CD250D;
}
.TagClassName
{
border-color: #CD250D;
}
</style>