Html Css Color HEX #CB3712 Harley Davidson Orange
📋 copy color: '#CB3712'red 203 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #CB3712
Tints of Harley Davidson Orange #CB3712
RGB
CMYK
RGB Variations
Color information
#CB3712 (or 0xCB3712) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 12. RGB value is (203,55,18). Sum of RGB (Red+Green+Blue) = 203+55+18=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3712 is #34C8ED. Grayscale: #5F5F5F. Windows color (decimal): -3459310 or 1193931. OLE color: 1193931.
HSL color Cylindrical-coordinate representation of color #CB3712: hue angle of 12º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB3712 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.20 |
| HSL | 12º | 0.84% | 0.43% | - |
| HSV(B) | 12º | 0.91% | 0.8% | - |
| XYZ | 26.1 | 15.47 | 2.18 | - |
| YUV | 95.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 18 | 0 | 0.73 | 0.91 | 0.20 | 12 | 0.84 | 0.43 |
| Hex | CB | 37 | 12 | 0 | 49 | 5B | 14 | C | 54 | 2B |
| Octal | 313 | 67 | 22 | 0 | 111 | 133 | 24 | 14 | 124 | 53 |
| Binary | 11001011 | 110111 | 10010 | 0 | 1001001 | 1011011 | 10100 | 1100 | 1010100 | 101011 |
Color Harmonies of #CB3712
Complementary color
Monochromatic Colors of #CB3712
Black with #CB3712
Text Example
Text Example
White with #CB3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3712; }
p { color: rgb(203,55,18); }
H1.HeaderClassName
{
color: #CB3712;
}
.AnyTagClassName
{
color: #CB3712;
}
</style>
background-color css
<style>
a { background-color: #CB3712; }
a { background-color: rgb(203,55,18); }
div.DivClassName
{
background-color: #CB3712;
}
.BgClassName
{
background-color: #CB3712;
}
</style>
border-color css
<style>
span { border-color: #CB3712; }
span { border-color: rgb(203,55,18); }
td.TdClassName
{
border-color: #CB3712;
}
.TagClassName
{
border-color: #CB3712;
}
</style>