Html Css Color HEX #CB2A00 Harley Davidson Orange
📋 copy color: '#CB2A00'red 203 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #CB2A00
Tints of Harley Davidson Orange #CB2A00
RGB
CMYK
RGB Variations
Color information
#CB2A00 (or 0xCB2A00) is known color: Harley Davidson Orange. HEX triplet: CB, 2A and 00. RGB value is (203,42,0). Sum of RGB (Red+Green+Blue) = 203+42+0=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2A00 is #34D5FF. Grayscale: #555555. Windows color (decimal): -3462656 or 10955. OLE color: 10955.
HSL color Cylindrical-coordinate representation of color #CB2A00: hue angle of 12.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB2A00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.20 |
| HSL | 12.41º | 1% | 0.4% | - |
| HSV(B) | 12.41º | 1% | 0.8% | - |
| XYZ | 25.46 | 14.35 | 1.43 | - |
| YUV | 85.35 | 79.84 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 0 | 0 | 0.79 | 1 | 0.20 | 12.41 | 1 | 0.4 |
| Hex | CB | 2A | 0 | 0 | 4F | 64 | 14 | C | 64 | 28 |
| Octal | 313 | 52 | 0 | 0 | 117 | 144 | 24 | 14 | 144 | 50 |
| Binary | 11001011 | 101010 | 0 | 0 | 1001111 | 1100100 | 10100 | 1100 | 1100100 | 101000 |
Color Harmonies of #CB2A00
Complementary color
Monochromatic Colors of #CB2A00
Black with #CB2A00
Text Example
Text Example
White with #CB2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A00; }
p { color: rgb(203,42,0); }
H1.HeaderClassName
{
color: #CB2A00;
}
.AnyTagClassName
{
color: #CB2A00;
}
</style>
background-color css
<style>
a { background-color: #CB2A00; }
a { background-color: rgb(203,42,0); }
div.DivClassName
{
background-color: #CB2A00;
}
.BgClassName
{
background-color: #CB2A00;
}
</style>
border-color css
<style>
span { border-color: #CB2A00; }
span { border-color: rgb(203,42,0); }
td.TdClassName
{
border-color: #CB2A00;
}
.TagClassName
{
border-color: #CB2A00;
}
</style>