Html Css Color HEX #CB250D Harley Davidson Orange
📋 copy color: '#CB250D'red 203 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #CB250D
Tints of Harley Davidson Orange #CB250D
RGB
CMYK
RGB Variations
Color information
#CB250D (or 0xCB250D) is known color: Harley Davidson Orange. HEX triplet: CB, 25 and 0D. RGB value is (203,37,13). Sum of RGB (Red+Green+Blue) = 203+37+13=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB250D is #34DAF2. Grayscale: #545454. Windows color (decimal): -3463923 or 861643. OLE color: 861643.
HSL color Cylindrical-coordinate representation of color #CB250D: hue angle of 7.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB250D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.20 |
| HSL | 7.58º | 0.88% | 0.42% | - |
| HSV(B) | 7.58º | 0.94% | 0.8% | - |
| XYZ | 25.36 | 14.05 | 1.76 | - |
| YUV | 83.9 | 88 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 13 | 0 | 0.82 | 0.94 | 0.20 | 7.58 | 0.88 | 0.42 |
| Hex | CB | 25 | D | 0 | 52 | 5E | 14 | 8 | 58 | 2A |
| Octal | 313 | 45 | 15 | 0 | 122 | 136 | 24 | 10 | 130 | 52 |
| Binary | 11001011 | 100101 | 1101 | 0 | 1010010 | 1011110 | 10100 | 1000 | 1011000 | 101010 |
Color Harmonies of #CB250D
Complementary color
Monochromatic Colors of #CB250D
Black with #CB250D
Text Example
Text Example
White with #CB250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB250D; }
p { color: rgb(203,37,13); }
H1.HeaderClassName
{
color: #CB250D;
}
.AnyTagClassName
{
color: #CB250D;
}
</style>
background-color css
<style>
a { background-color: #CB250D; }
a { background-color: rgb(203,37,13); }
div.DivClassName
{
background-color: #CB250D;
}
.BgClassName
{
background-color: #CB250D;
}
</style>
border-color css
<style>
span { border-color: #CB250D; }
span { border-color: rgb(203,37,13); }
td.TdClassName
{
border-color: #CB250D;
}
.TagClassName
{
border-color: #CB250D;
}
</style>