Html Css Color HEX #CB230C Harley Davidson Orange
📋 copy color: '#CB230C'red 203 ◦ green 35 ◦ blue 12
Shades of Harley Davidson Orange #CB230C
Tints of Harley Davidson Orange #CB230C
RGB
CMYK
RGB Variations
Color information
#CB230C (or 0xCB230C) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 0C. RGB value is (203,35,12). Sum of RGB (Red+Green+Blue) = 203+35+12=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB230C is #34DCF3. Grayscale: #525252. Windows color (decimal): -3464436 or 795595. OLE color: 795595.
HSL color Cylindrical-coordinate representation of color #CB230C: hue angle of 7.23º degrees, saturation: 0.89, 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 #CB230C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.20 |
| HSL | 7.23º | 0.89% | 0.42% | - |
| HSV(B) | 7.23º | 0.94% | 0.8% | - |
| XYZ | 25.3 | 13.93 | 1.7 | - |
| YUV | 82.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 12 | 0 | 0.83 | 0.94 | 0.20 | 7.23 | 0.89 | 0.42 |
| Hex | CB | 23 | C | 0 | 53 | 5E | 14 | 7 | 59 | 2A |
| Octal | 313 | 43 | 14 | 0 | 123 | 136 | 24 | 7 | 131 | 52 |
| Binary | 11001011 | 100011 | 1100 | 0 | 1010011 | 1011110 | 10100 | 111 | 1011001 | 101010 |
Color Harmonies of #CB230C
Complementary color
Monochromatic Colors of #CB230C
Black with #CB230C
Text Example
Text Example
White with #CB230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB230C; }
p { color: rgb(203,35,12); }
H1.HeaderClassName
{
color: #CB230C;
}
.AnyTagClassName
{
color: #CB230C;
}
</style>
background-color css
<style>
a { background-color: #CB230C; }
a { background-color: rgb(203,35,12); }
div.DivClassName
{
background-color: #CB230C;
}
.BgClassName
{
background-color: #CB230C;
}
</style>
border-color css
<style>
span { border-color: #CB230C; }
span { border-color: rgb(203,35,12); }
td.TdClassName
{
border-color: #CB230C;
}
.TagClassName
{
border-color: #CB230C;
}
</style>