Html Css Color HEX #CB330B Harley Davidson Orange
📋 copy color: '#CB330B'red 203 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #CB330B
Tints of Harley Davidson Orange #CB330B
RGB
CMYK
RGB Variations
Color information
#CB330B (or 0xCB330B) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 0B. RGB value is (203,51,11). Sum of RGB (Red+Green+Blue) = 203+51+11=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB330B is #34CCF4. Grayscale: #5C5C5C. Windows color (decimal): -3460341 or 734155. OLE color: 734155.
HSL color Cylindrical-coordinate representation of color #CB330B: hue angle of 12.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB330B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.20 |
| HSL | 12.5º | 0.9% | 0.42% | - |
| HSV(B) | 12.5º | 0.95% | 0.8% | - |
| XYZ | 25.87 | 15.09 | 1.87 | - |
| YUV | 91.89 | 82.36 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 11 | 0 | 0.75 | 0.95 | 0.20 | 12.5 | 0.9 | 0.42 |
| Hex | CB | 33 | B | 0 | 4B | 5F | 14 | C | 5A | 2A |
| Octal | 313 | 63 | 13 | 0 | 113 | 137 | 24 | 14 | 132 | 52 |
| Binary | 11001011 | 110011 | 1011 | 0 | 1001011 | 1011111 | 10100 | 1100 | 1011010 | 101010 |
Color Harmonies of #CB330B
Complementary color
Monochromatic Colors of #CB330B
Black with #CB330B
Text Example
Text Example
White with #CB330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB330B; }
p { color: rgb(203,51,11); }
H1.HeaderClassName
{
color: #CB330B;
}
.AnyTagClassName
{
color: #CB330B;
}
</style>
background-color css
<style>
a { background-color: #CB330B; }
a { background-color: rgb(203,51,11); }
div.DivClassName
{
background-color: #CB330B;
}
.BgClassName
{
background-color: #CB330B;
}
</style>
border-color css
<style>
span { border-color: #CB330B; }
span { border-color: rgb(203,51,11); }
td.TdClassName
{
border-color: #CB330B;
}
.TagClassName
{
border-color: #CB330B;
}
</style>