Html Css Color HEX #CB3601 Harley Davidson Orange
📋 copy color: '#CB3601'red 203 ◦ green 54 ◦ blue 1
Shades of Harley Davidson Orange #CB3601
Tints of Harley Davidson Orange #CB3601
RGB
CMYK
RGB Variations
Color information
#CB3601 (or 0xCB3601) is known color: Harley Davidson Orange. HEX triplet: CB, 36 and 01. RGB value is (203,54,1). Sum of RGB (Red+Green+Blue) = 203+54+1=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3601 is #34C9FE. Grayscale: #5C5C5C. Windows color (decimal): -3459583 or 79563. OLE color: 79563.
HSL color Cylindrical-coordinate representation of color #CB3601: hue angle of 15.74º 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 #CB3601 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.20 |
| HSL | 15.74º | 0.99% | 0.4% | - |
| HSV(B) | 15.74º | 1% | 0.8% | - |
| XYZ | 25.95 | 15.34 | 1.62 | - |
| YUV | 92.51 | 76.36 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 1 | 0 | 0.73 | 1.00 | 0.20 | 15.74 | 0.99 | 0.4 |
| Hex | CB | 36 | 1 | 0 | 49 | 64 | 14 | 10 | 63 | 28 |
| Octal | 313 | 66 | 1 | 0 | 111 | 144 | 24 | 20 | 143 | 50 |
| Binary | 11001011 | 110110 | 1 | 0 | 1001001 | 1100100 | 10100 | 10000 | 1100011 | 101000 |
Color Harmonies of #CB3601
Complementary color
Monochromatic Colors of #CB3601
Black with #CB3601
Text Example
Text Example
White with #CB3601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3601; }
p { color: rgb(203,54,1); }
H1.HeaderClassName
{
color: #CB3601;
}
.AnyTagClassName
{
color: #CB3601;
}
</style>
background-color css
<style>
a { background-color: #CB3601; }
a { background-color: rgb(203,54,1); }
div.DivClassName
{
background-color: #CB3601;
}
.BgClassName
{
background-color: #CB3601;
}
</style>
border-color css
<style>
span { border-color: #CB3601; }
span { border-color: rgb(203,54,1); }
td.TdClassName
{
border-color: #CB3601;
}
.TagClassName
{
border-color: #CB3601;
}
</style>