Html Css Color HEX #CB3201 Harley Davidson Orange
📋 copy color: '#CB3201'red 203 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #CB3201
Tints of Harley Davidson Orange #CB3201
RGB
CMYK
RGB Variations
Color information
#CB3201 (or 0xCB3201) is known color: Harley Davidson Orange. HEX triplet: CB, 32 and 01. RGB value is (203,50,1). Sum of RGB (Red+Green+Blue) = 203+50+1=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3201 is #34CDFE. Grayscale: #5A5A5A. Windows color (decimal): -3460607 or 78539. OLE color: 78539.
HSL color Cylindrical-coordinate representation of color #CB3201: hue angle of 14.55º 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 #CB3201 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.20 |
| HSL | 14.55º | 0.99% | 0.4% | - |
| HSV(B) | 14.55º | 1% | 0.8% | - |
| XYZ | 25.77 | 14.98 | 1.56 | - |
| YUV | 90.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 1 | 0 | 0.75 | 1.00 | 0.20 | 14.55 | 0.99 | 0.4 |
| Hex | CB | 32 | 1 | 0 | 4B | 64 | 14 | F | 63 | 28 |
| Octal | 313 | 62 | 1 | 0 | 113 | 144 | 24 | 17 | 143 | 50 |
| Binary | 11001011 | 110010 | 1 | 0 | 1001011 | 1100100 | 10100 | 1111 | 1100011 | 101000 |
Color Harmonies of #CB3201
Complementary color
Monochromatic Colors of #CB3201
Black with #CB3201
Text Example
Text Example
White with #CB3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3201; }
p { color: rgb(203,50,1); }
H1.HeaderClassName
{
color: #CB3201;
}
.AnyTagClassName
{
color: #CB3201;
}
</style>
background-color css
<style>
a { background-color: #CB3201; }
a { background-color: rgb(203,50,1); }
div.DivClassName
{
background-color: #CB3201;
}
.BgClassName
{
background-color: #CB3201;
}
</style>
border-color css
<style>
span { border-color: #CB3201; }
span { border-color: rgb(203,50,1); }
td.TdClassName
{
border-color: #CB3201;
}
.TagClassName
{
border-color: #CB3201;
}
</style>