Html Css Color HEX #CB2600 Harley Davidson Orange
📋 copy color: '#CB2600'red 203 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #CB2600
Tints of Harley Davidson Orange #CB2600
RGB
CMYK
RGB Variations
Color information
#CB2600 (or 0xCB2600) is known color: Harley Davidson Orange. HEX triplet: CB, 26 and 00. RGB value is (203,38,0). Sum of RGB (Red+Green+Blue) = 203+38+0=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2600 is #34D9FF. Grayscale: #535353. Windows color (decimal): -3463680 or 9931. OLE color: 9931.
HSL color Cylindrical-coordinate representation of color #CB2600: hue angle of 11.23º 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 #CB2600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.20 |
| HSL | 11.23º | 1% | 0.4% | - |
| HSV(B) | 11.23º | 1% | 0.8% | - |
| XYZ | 25.32 | 14.08 | 1.38 | - |
| YUV | 83 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 0 | 0 | 0.81 | 1 | 0.20 | 11.23 | 1 | 0.4 |
| Hex | CB | 26 | 0 | 0 | 51 | 64 | 14 | B | 64 | 28 |
| Octal | 313 | 46 | 0 | 0 | 121 | 144 | 24 | 13 | 144 | 50 |
| Binary | 11001011 | 100110 | 0 | 0 | 1010001 | 1100100 | 10100 | 1011 | 1100100 | 101000 |
Color Harmonies of #CB2600
Complementary color
Monochromatic Colors of #CB2600
Black with #CB2600
Text Example
Text Example
White with #CB2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2600; }
p { color: rgb(203,38,0); }
H1.HeaderClassName
{
color: #CB2600;
}
.AnyTagClassName
{
color: #CB2600;
}
</style>
background-color css
<style>
a { background-color: #CB2600; }
a { background-color: rgb(203,38,0); }
div.DivClassName
{
background-color: #CB2600;
}
.BgClassName
{
background-color: #CB2600;
}
</style>
border-color css
<style>
span { border-color: #CB2600; }
span { border-color: rgb(203,38,0); }
td.TdClassName
{
border-color: #CB2600;
}
.TagClassName
{
border-color: #CB2600;
}
</style>