Html Css Color HEX #CB3C0A Harley Davidson Orange
📋 copy color: '#CB3C0A'red 203 ◦ green 60 ◦ blue 10
Shades of Harley Davidson Orange #CB3C0A
Tints of Harley Davidson Orange #CB3C0A
RGB
CMYK
RGB Variations
Color information
#CB3C0A (or 0xCB3C0A) is known color: Harley Davidson Orange. HEX triplet: CB, 3C and 0A. RGB value is (203,60,10). Sum of RGB (Red+Green+Blue) = 203+60+10=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3C0A is #34C3F5. Grayscale: #616161. Windows color (decimal): -3458038 or 670923. OLE color: 670923.
HSL color Cylindrical-coordinate representation of color #CB3C0A: hue angle of 15.54º 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 #CB3C0A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.20 |
| HSL | 15.54º | 0.91% | 0.42% | - |
| HSV(B) | 15.54º | 0.95% | 0.8% | - |
| XYZ | 26.3 | 15.95 | 1.98 | - |
| YUV | 97.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 10 | 0 | 0.70 | 0.95 | 0.20 | 15.54 | 0.91 | 0.42 |
| Hex | CB | 3C | A | 0 | 46 | 5F | 14 | 10 | 5B | 2A |
| Octal | 313 | 74 | 12 | 0 | 106 | 137 | 24 | 20 | 133 | 52 |
| Binary | 11001011 | 111100 | 1010 | 0 | 1000110 | 1011111 | 10100 | 10000 | 1011011 | 101010 |
Color Harmonies of #CB3C0A
Complementary color
Monochromatic Colors of #CB3C0A
Black with #CB3C0A
Text Example
Text Example
White with #CB3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C0A; }
p { color: rgb(203,60,10); }
H1.HeaderClassName
{
color: #CB3C0A;
}
.AnyTagClassName
{
color: #CB3C0A;
}
</style>
background-color css
<style>
a { background-color: #CB3C0A; }
a { background-color: rgb(203,60,10); }
div.DivClassName
{
background-color: #CB3C0A;
}
.BgClassName
{
background-color: #CB3C0A;
}
</style>
border-color css
<style>
span { border-color: #CB3C0A; }
span { border-color: rgb(203,60,10); }
td.TdClassName
{
border-color: #CB3C0A;
}
.TagClassName
{
border-color: #CB3C0A;
}
</style>