Html Css Color HEX #CB330A Harley Davidson Orange
📋 copy color: '#CB330A'red 203 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #CB330A
Tints of Harley Davidson Orange #CB330A
RGB
CMYK
RGB Variations
Color information
#CB330A (or 0xCB330A) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 0A. RGB value is (203,51,10). Sum of RGB (Red+Green+Blue) = 203+51+10=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB330A is #34CCF5. Grayscale: #5C5C5C. Windows color (decimal): -3460342 or 668619. OLE color: 668619.
HSL color Cylindrical-coordinate representation of color #CB330A: hue angle of 12.75º degrees, saturation: 0.91, 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 #CB330A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.20 |
| HSL | 12.75º | 0.91% | 0.42% | - |
| HSV(B) | 12.75º | 0.95% | 0.8% | - |
| XYZ | 25.87 | 15.09 | 1.84 | - |
| YUV | 91.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 10 | 0 | 0.75 | 0.95 | 0.20 | 12.75 | 0.91 | 0.42 |
| Hex | CB | 33 | A | 0 | 4B | 5F | 14 | D | 5B | 2A |
| Octal | 313 | 63 | 12 | 0 | 113 | 137 | 24 | 15 | 133 | 52 |
| Binary | 11001011 | 110011 | 1010 | 0 | 1001011 | 1011111 | 10100 | 1101 | 1011011 | 101010 |
Color Harmonies of #CB330A
Complementary color
Monochromatic Colors of #CB330A
Black with #CB330A
Text Example
Text Example
White with #CB330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB330A; }
p { color: rgb(203,51,10); }
H1.HeaderClassName
{
color: #CB330A;
}
.AnyTagClassName
{
color: #CB330A;
}
</style>
background-color css
<style>
a { background-color: #CB330A; }
a { background-color: rgb(203,51,10); }
div.DivClassName
{
background-color: #CB330A;
}
.BgClassName
{
background-color: #CB330A;
}
</style>
border-color css
<style>
span { border-color: #CB330A; }
span { border-color: rgb(203,51,10); }
td.TdClassName
{
border-color: #CB330A;
}
.TagClassName
{
border-color: #CB330A;
}
</style>