Html Css Color HEX #CB240D Harley Davidson Orange
📋 copy color: '#CB240D'red 203 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #CB240D
Tints of Harley Davidson Orange #CB240D
RGB
CMYK
RGB Variations
Color information
#CB240D (or 0xCB240D) is known color: Harley Davidson Orange. HEX triplet: CB, 24 and 0D. RGB value is (203,36,13). Sum of RGB (Red+Green+Blue) = 203+36+13=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB240D is #34DBF2. Grayscale: #535353. Windows color (decimal): -3464179 or 861387. OLE color: 861387.
HSL color Cylindrical-coordinate representation of color #CB240D: hue angle of 7.26º 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 #CB240D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.20 |
| HSL | 7.26º | 0.88% | 0.42% | - |
| HSV(B) | 7.26º | 0.94% | 0.8% | - |
| XYZ | 25.33 | 13.99 | 1.75 | - |
| YUV | 83.31 | 88.33 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 13 | 0 | 0.82 | 0.94 | 0.20 | 7.26 | 0.88 | 0.42 |
| Hex | CB | 24 | D | 0 | 52 | 5E | 14 | 7 | 58 | 2A |
| Octal | 313 | 44 | 15 | 0 | 122 | 136 | 24 | 7 | 130 | 52 |
| Binary | 11001011 | 100100 | 1101 | 0 | 1010010 | 1011110 | 10100 | 111 | 1011000 | 101010 |
Color Harmonies of #CB240D
Complementary color
Monochromatic Colors of #CB240D
Black with #CB240D
Text Example
Text Example
White with #CB240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB240D; }
p { color: rgb(203,36,13); }
H1.HeaderClassName
{
color: #CB240D;
}
.AnyTagClassName
{
color: #CB240D;
}
</style>
background-color css
<style>
a { background-color: #CB240D; }
a { background-color: rgb(203,36,13); }
div.DivClassName
{
background-color: #CB240D;
}
.BgClassName
{
background-color: #CB240D;
}
</style>
border-color css
<style>
span { border-color: #CB240D; }
span { border-color: rgb(203,36,13); }
td.TdClassName
{
border-color: #CB240D;
}
.TagClassName
{
border-color: #CB240D;
}
</style>