Html Css Color HEX #CB230A Harley Davidson Orange
📋 copy color: '#CB230A'red 203 ◦ green 35 ◦ blue 10
Shades of Harley Davidson Orange #CB230A
Tints of Harley Davidson Orange #CB230A
RGB
CMYK
RGB Variations
Color information
#CB230A (or 0xCB230A) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 0A. RGB value is (203,35,10). Sum of RGB (Red+Green+Blue) = 203+35+10=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB230A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB230A is #34DCF5. Grayscale: #525252. Windows color (decimal): -3464438 or 664523. OLE color: 664523.
HSL color Cylindrical-coordinate representation of color #CB230A: hue angle of 7.77º 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 #CB230A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.20 |
| HSL | 7.77º | 0.91% | 0.42% | - |
| HSV(B) | 7.77º | 0.95% | 0.8% | - |
| XYZ | 25.28 | 13.92 | 1.64 | - |
| YUV | 82.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 10 | 0 | 0.83 | 0.95 | 0.20 | 7.77 | 0.91 | 0.42 |
| Hex | CB | 23 | A | 0 | 53 | 5F | 14 | 8 | 5B | 2A |
| Octal | 313 | 43 | 12 | 0 | 123 | 137 | 24 | 10 | 133 | 52 |
| Binary | 11001011 | 100011 | 1010 | 0 | 1010011 | 1011111 | 10100 | 1000 | 1011011 | 101010 |
Color Harmonies of #CB230A
Complementary color
Monochromatic Colors of #CB230A
Black with #CB230A
Text Example
Text Example
White with #CB230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB230A; }
p { color: rgb(203,35,10); }
H1.HeaderClassName
{
color: #CB230A;
}
.AnyTagClassName
{
color: #CB230A;
}
</style>
background-color css
<style>
a { background-color: #CB230A; }
a { background-color: rgb(203,35,10); }
div.DivClassName
{
background-color: #CB230A;
}
.BgClassName
{
background-color: #CB230A;
}
</style>
border-color css
<style>
span { border-color: #CB230A; }
span { border-color: rgb(203,35,10); }
td.TdClassName
{
border-color: #CB230A;
}
.TagClassName
{
border-color: #CB230A;
}
</style>