Html Css Color HEX #CB230B Harley Davidson Orange
📋 copy color: '#CB230B'red 203 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #CB230B
Tints of Harley Davidson Orange #CB230B
RGB
CMYK
RGB Variations
Color information
#CB230B (or 0xCB230B) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 0B. RGB value is (203,35,11). Sum of RGB (Red+Green+Blue) = 203+35+11=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB230B is #34DCF4. Grayscale: #525252. Windows color (decimal): -3464437 or 730059. OLE color: 730059.
HSL color Cylindrical-coordinate representation of color #CB230B: hue angle of 7.5º degrees, saturation: 0.9, 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 #CB230B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.20 |
| HSL | 7.5º | 0.9% | 0.42% | - |
| HSV(B) | 7.5º | 0.95% | 0.8% | - |
| XYZ | 25.29 | 13.92 | 1.67 | - |
| YUV | 82.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 11 | 0 | 0.83 | 0.95 | 0.20 | 7.5 | 0.9 | 0.42 |
| Hex | CB | 23 | B | 0 | 53 | 5F | 14 | 8 | 5A | 2A |
| Octal | 313 | 43 | 13 | 0 | 123 | 137 | 24 | 10 | 132 | 52 |
| Binary | 11001011 | 100011 | 1011 | 0 | 1010011 | 1011111 | 10100 | 1000 | 1011010 | 101010 |
Color Harmonies of #CB230B
Complementary color
Monochromatic Colors of #CB230B
Black with #CB230B
Text Example
Text Example
White with #CB230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB230B; }
p { color: rgb(203,35,11); }
H1.HeaderClassName
{
color: #CB230B;
}
.AnyTagClassName
{
color: #CB230B;
}
</style>
background-color css
<style>
a { background-color: #CB230B; }
a { background-color: rgb(203,35,11); }
div.DivClassName
{
background-color: #CB230B;
}
.BgClassName
{
background-color: #CB230B;
}
</style>
border-color css
<style>
span { border-color: #CB230B; }
span { border-color: rgb(203,35,11); }
td.TdClassName
{
border-color: #CB230B;
}
.TagClassName
{
border-color: #CB230B;
}
</style>