Html Css Color HEX #CB2302 Harley Davidson Orange
📋 copy color: '#CB2302'red 203 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #CB2302
Tints of Harley Davidson Orange #CB2302
RGB
CMYK
RGB Variations
Color information
#CB2302 (or 0xCB2302) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 02. RGB value is (203,35,2). Sum of RGB (Red+Green+Blue) = 203+35+2=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2302 is #34DCFD. Grayscale: #515151. Windows color (decimal): -3464446 or 140235. OLE color: 140235.
HSL color Cylindrical-coordinate representation of color #CB2302: hue angle of 9.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB2302 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.20 |
| HSL | 9.85º | 0.98% | 0.4% | - |
| HSV(B) | 9.85º | 0.99% | 0.8% | - |
| XYZ | 25.24 | 13.9 | 1.41 | - |
| YUV | 81.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 2 | 0 | 0.83 | 0.99 | 0.20 | 9.85 | 0.98 | 0.4 |
| Hex | CB | 23 | 2 | 0 | 53 | 63 | 14 | A | 62 | 28 |
| Octal | 313 | 43 | 2 | 0 | 123 | 143 | 24 | 12 | 142 | 50 |
| Binary | 11001011 | 100011 | 10 | 0 | 1010011 | 1100011 | 10100 | 1010 | 1100010 | 101000 |
Color Harmonies of #CB2302
Complementary color
Monochromatic Colors of #CB2302
Black with #CB2302
Text Example
Text Example
White with #CB2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2302; }
p { color: rgb(203,35,2); }
H1.HeaderClassName
{
color: #CB2302;
}
.AnyTagClassName
{
color: #CB2302;
}
</style>
background-color css
<style>
a { background-color: #CB2302; }
a { background-color: rgb(203,35,2); }
div.DivClassName
{
background-color: #CB2302;
}
.BgClassName
{
background-color: #CB2302;
}
</style>
border-color css
<style>
span { border-color: #CB2302; }
span { border-color: rgb(203,35,2); }
td.TdClassName
{
border-color: #CB2302;
}
.TagClassName
{
border-color: #CB2302;
}
</style>