Html Css Color HEX #CB350C Harley Davidson Orange
📋 copy color: '#CB350C'red 203 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #CB350C
Tints of Harley Davidson Orange #CB350C
RGB
CMYK
RGB Variations
Color information
#CB350C (or 0xCB350C) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 0C. RGB value is (203,53,12). Sum of RGB (Red+Green+Blue) = 203+53+12=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB350C is #34CAF3. Grayscale: #5D5D5D. Windows color (decimal): -3459828 or 800203. OLE color: 800203.
HSL color Cylindrical-coordinate representation of color #CB350C: hue angle of 12.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB350C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.20 |
| HSL | 12.88º | 0.89% | 0.42% | - |
| HSV(B) | 12.88º | 0.94% | 0.8% | - |
| XYZ | 25.97 | 15.27 | 1.93 | - |
| YUV | 93.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 12 | 0 | 0.74 | 0.94 | 0.20 | 12.88 | 0.89 | 0.42 |
| Hex | CB | 35 | C | 0 | 4A | 5E | 14 | D | 59 | 2A |
| Octal | 313 | 65 | 14 | 0 | 112 | 136 | 24 | 15 | 131 | 52 |
| Binary | 11001011 | 110101 | 1100 | 0 | 1001010 | 1011110 | 10100 | 1101 | 1011001 | 101010 |
Color Harmonies of #CB350C
Complementary color
Monochromatic Colors of #CB350C
Black with #CB350C
Text Example
Text Example
White with #CB350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB350C; }
p { color: rgb(203,53,12); }
H1.HeaderClassName
{
color: #CB350C;
}
.AnyTagClassName
{
color: #CB350C;
}
</style>
background-color css
<style>
a { background-color: #CB350C; }
a { background-color: rgb(203,53,12); }
div.DivClassName
{
background-color: #CB350C;
}
.BgClassName
{
background-color: #CB350C;
}
</style>
border-color css
<style>
span { border-color: #CB350C; }
span { border-color: rgb(203,53,12); }
td.TdClassName
{
border-color: #CB350C;
}
.TagClassName
{
border-color: #CB350C;
}
</style>