Html Css Color HEX #CB240A Harley Davidson Orange
📋 copy color: '#CB240A'red 203 ◦ green 36 ◦ blue 10
Shades of Harley Davidson Orange #CB240A
Tints of Harley Davidson Orange #CB240A
RGB
CMYK
RGB Variations
Color information
#CB240A (or 0xCB240A) is known color: Harley Davidson Orange. HEX triplet: CB, 24 and 0A. RGB value is (203,36,10). Sum of RGB (Red+Green+Blue) = 203+36+10=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB240A is #34DBF5. Grayscale: #535353. Windows color (decimal): -3464182 or 664779. OLE color: 664779.
HSL color Cylindrical-coordinate representation of color #CB240A: hue angle of 8.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB240A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.20 |
| HSL | 8.08º | 0.91% | 0.42% | - |
| HSV(B) | 8.08º | 0.95% | 0.8% | - |
| XYZ | 25.31 | 13.98 | 1.65 | - |
| YUV | 82.97 | 86.83 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 10 | 0 | 0.82 | 0.95 | 0.20 | 8.08 | 0.91 | 0.42 |
| Hex | CB | 24 | A | 0 | 52 | 5F | 14 | 8 | 5B | 2A |
| Octal | 313 | 44 | 12 | 0 | 122 | 137 | 24 | 10 | 133 | 52 |
| Binary | 11001011 | 100100 | 1010 | 0 | 1010010 | 1011111 | 10100 | 1000 | 1011011 | 101010 |
Color Harmonies of #CB240A
Complementary color
Monochromatic Colors of #CB240A
Black with #CB240A
Text Example
Text Example
White with #CB240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB240A; }
p { color: rgb(203,36,10); }
H1.HeaderClassName
{
color: #CB240A;
}
.AnyTagClassName
{
color: #CB240A;
}
</style>
background-color css
<style>
a { background-color: #CB240A; }
a { background-color: rgb(203,36,10); }
div.DivClassName
{
background-color: #CB240A;
}
.BgClassName
{
background-color: #CB240A;
}
</style>
border-color css
<style>
span { border-color: #CB240A; }
span { border-color: rgb(203,36,10); }
td.TdClassName
{
border-color: #CB240A;
}
.TagClassName
{
border-color: #CB240A;
}
</style>