Html Css Color HEX #CB3901 Harley Davidson Orange
📋 copy color: '#CB3901'red 203 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #CB3901
Tints of Harley Davidson Orange #CB3901
RGB
CMYK
RGB Variations
Color information
#CB3901 (or 0xCB3901) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 01. RGB value is (203,57,1). Sum of RGB (Red+Green+Blue) = 203+57+1=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3901 is #34C6FE. Grayscale: #5E5E5E. Windows color (decimal): -3458815 or 80331. OLE color: 80331.
HSL color Cylindrical-coordinate representation of color #CB3901: hue angle of 16.63º 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 #CB3901 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.20 |
| HSL | 16.63º | 0.99% | 0.4% | - |
| HSV(B) | 16.63º | 1% | 0.8% | - |
| XYZ | 26.1 | 15.62 | 1.67 | - |
| YUV | 94.27 | 75.37 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 1 | 0 | 0.72 | 1.00 | 0.20 | 16.63 | 0.99 | 0.4 |
| Hex | CB | 39 | 1 | 0 | 48 | 64 | 14 | 11 | 63 | 28 |
| Octal | 313 | 71 | 1 | 0 | 110 | 144 | 24 | 21 | 143 | 50 |
| Binary | 11001011 | 111001 | 1 | 0 | 1001000 | 1100100 | 10100 | 10001 | 1100011 | 101000 |
Color Harmonies of #CB3901
Complementary color
Monochromatic Colors of #CB3901
Black with #CB3901
Text Example
Text Example
White with #CB3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3901; }
p { color: rgb(203,57,1); }
H1.HeaderClassName
{
color: #CB3901;
}
.AnyTagClassName
{
color: #CB3901;
}
</style>
background-color css
<style>
a { background-color: #CB3901; }
a { background-color: rgb(203,57,1); }
div.DivClassName
{
background-color: #CB3901;
}
.BgClassName
{
background-color: #CB3901;
}
</style>
border-color css
<style>
span { border-color: #CB3901; }
span { border-color: rgb(203,57,1); }
td.TdClassName
{
border-color: #CB3901;
}
.TagClassName
{
border-color: #CB3901;
}
</style>