Html Css Color HEX #CB3501 Harley Davidson Orange
📋 copy color: '#CB3501'red 203 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #CB3501
Tints of Harley Davidson Orange #CB3501
RGB
CMYK
RGB Variations
Color information
#CB3501 (or 0xCB3501) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 01. RGB value is (203,53,1). Sum of RGB (Red+Green+Blue) = 203+53+1=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3501 is #34CAFE. Grayscale: #5C5C5C. Windows color (decimal): -3459839 or 79307. OLE color: 79307.
HSL color Cylindrical-coordinate representation of color #CB3501: hue angle of 15.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB3501 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.20 |
| HSL | 15.45º | 0.99% | 0.4% | - |
| HSV(B) | 15.45º | 1% | 0.8% | - |
| XYZ | 25.91 | 15.24 | 1.61 | - |
| YUV | 91.92 | 76.7 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 1 | 0 | 0.74 | 1.00 | 0.20 | 15.45 | 0.99 | 0.4 |
| Hex | CB | 35 | 1 | 0 | 4A | 64 | 14 | F | 63 | 28 |
| Octal | 313 | 65 | 1 | 0 | 112 | 144 | 24 | 17 | 143 | 50 |
| Binary | 11001011 | 110101 | 1 | 0 | 1001010 | 1100100 | 10100 | 1111 | 1100011 | 101000 |
Color Harmonies of #CB3501
Complementary color
Monochromatic Colors of #CB3501
Black with #CB3501
Text Example
Text Example
White with #CB3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3501; }
p { color: rgb(203,53,1); }
H1.HeaderClassName
{
color: #CB3501;
}
.AnyTagClassName
{
color: #CB3501;
}
</style>
background-color css
<style>
a { background-color: #CB3501; }
a { background-color: rgb(203,53,1); }
div.DivClassName
{
background-color: #CB3501;
}
.BgClassName
{
background-color: #CB3501;
}
</style>
border-color css
<style>
span { border-color: #CB3501; }
span { border-color: rgb(203,53,1); }
td.TdClassName
{
border-color: #CB3501;
}
.TagClassName
{
border-color: #CB3501;
}
</style>