Html Css Color HEX #CB250E Harley Davidson Orange
📋 copy color: '#CB250E'red 203 ◦ green 37 ◦ blue 14
Shades of Harley Davidson Orange #CB250E
Tints of Harley Davidson Orange #CB250E
RGB
CMYK
RGB Variations
Color information
#CB250E (or 0xCB250E) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 0E. RGB value is (203,37,14). Sum of RGB (Red+Green+Blue) = 203+37+14=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB250E is #34DAF1. Grayscale: #545454. Windows color (decimal): -3463922 or 927179. OLE color: 927179.
HSL color Cylindrical-coordinate representation of color #CB250E: hue angle of 7.3º 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 #CB250E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.20 |
| HSL | 7.3º | 0.87% | 0.43% | - |
| HSV(B) | 7.3º | 0.93% | 0.8% | - |
| XYZ | 25.37 | 14.05 | 1.79 | - |
| YUV | 84.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 14 | 0 | 0.82 | 0.93 | 0.20 | 7.3 | 0.87 | 0.43 |
| Hex | CB | 25 | E | 0 | 52 | 5D | 14 | 7 | 57 | 2B |
| Octal | 313 | 45 | 16 | 0 | 122 | 135 | 24 | 7 | 127 | 53 |
| Binary | 11001011 | 100101 | 1110 | 0 | 1010010 | 1011101 | 10100 | 111 | 1010111 | 101011 |
Color Harmonies of #CB250E
Complementary color
Monochromatic Colors of #CB250E
Black with #CB250E
Text Example
Text Example
White with #CB250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB250E; }
p { color: rgb(203,37,14); }
H1.HeaderClassName
{
color: #CB250E;
}
.AnyTagClassName
{
color: #CB250E;
}
</style>
background-color css
<style>
a { background-color: #CB250E; }
a { background-color: rgb(203,37,14); }
div.DivClassName
{
background-color: #CB250E;
}
.BgClassName
{
background-color: #CB250E;
}
</style>
border-color css
<style>
span { border-color: #CB250E; }
span { border-color: rgb(203,37,14); }
td.TdClassName
{
border-color: #CB250E;
}
.TagClassName
{
border-color: #CB250E;
}
</style>