Html Css Color HEX #CB340C Harley Davidson Orange
📋 copy color: '#CB340C'red 203 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #CB340C
Tints of Harley Davidson Orange #CB340C
RGB
CMYK
RGB Variations
Color information
#CB340C (or 0xCB340C) is known color: Harley Davidson Orange. HEX triplet: CB, 34 and 0C. RGB value is (203,52,12). Sum of RGB (Red+Green+Blue) = 203+52+12=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB340C is #34CBF3. Grayscale: #5C5C5C. Windows color (decimal): -3460084 or 799947. OLE color: 799947.
HSL color Cylindrical-coordinate representation of color #CB340C: hue angle of 12.57º 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 #CB340C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.20 |
| HSL | 12.57º | 0.89% | 0.42% | - |
| HSV(B) | 12.57º | 0.94% | 0.8% | - |
| XYZ | 25.92 | 15.18 | 1.91 | - |
| YUV | 92.59 | 82.53 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 12 | 0 | 0.74 | 0.94 | 0.20 | 12.57 | 0.89 | 0.42 |
| Hex | CB | 34 | C | 0 | 4A | 5E | 14 | D | 59 | 2A |
| Octal | 313 | 64 | 14 | 0 | 112 | 136 | 24 | 15 | 131 | 52 |
| Binary | 11001011 | 110100 | 1100 | 0 | 1001010 | 1011110 | 10100 | 1101 | 1011001 | 101010 |
Color Harmonies of #CB340C
Complementary color
Monochromatic Colors of #CB340C
Black with #CB340C
Text Example
Text Example
White with #CB340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB340C; }
p { color: rgb(203,52,12); }
H1.HeaderClassName
{
color: #CB340C;
}
.AnyTagClassName
{
color: #CB340C;
}
</style>
background-color css
<style>
a { background-color: #CB340C; }
a { background-color: rgb(203,52,12); }
div.DivClassName
{
background-color: #CB340C;
}
.BgClassName
{
background-color: #CB340C;
}
</style>
border-color css
<style>
span { border-color: #CB340C; }
span { border-color: rgb(203,52,12); }
td.TdClassName
{
border-color: #CB340C;
}
.TagClassName
{
border-color: #CB340C;
}
</style>