Html Css Color HEX #CB3012 Harley Davidson Orange
📋 copy color: '#CB3012'red 203 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #CB3012
Tints of Harley Davidson Orange #CB3012
RGB
CMYK
RGB Variations
Color information
#CB3012 (or 0xCB3012) is known color: Harley Davidson Orange. HEX triplet: CB, 30 and 12. RGB value is (203,48,18). Sum of RGB (Red+Green+Blue) = 203+48+18=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3012 is #34CFED. Grayscale: #5B5B5B. Windows color (decimal): -3461102 or 1192139. OLE color: 1192139.
HSL color Cylindrical-coordinate representation of color #CB3012: hue angle of 9.73º 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 #CB3012 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.20 |
| HSL | 9.73º | 0.84% | 0.43% | - |
| HSV(B) | 9.73º | 0.91% | 0.8% | - |
| XYZ | 25.79 | 14.85 | 2.08 | - |
| YUV | 90.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 18 | 0 | 0.76 | 0.91 | 0.20 | 9.73 | 0.84 | 0.43 |
| Hex | CB | 30 | 12 | 0 | 4C | 5B | 14 | A | 54 | 2B |
| Octal | 313 | 60 | 22 | 0 | 114 | 133 | 24 | 12 | 124 | 53 |
| Binary | 11001011 | 110000 | 10010 | 0 | 1001100 | 1011011 | 10100 | 1010 | 1010100 | 101011 |
Color Harmonies of #CB3012
Complementary color
Monochromatic Colors of #CB3012
Black with #CB3012
Text Example
Text Example
White with #CB3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3012; }
p { color: rgb(203,48,18); }
H1.HeaderClassName
{
color: #CB3012;
}
.AnyTagClassName
{
color: #CB3012;
}
</style>
background-color css
<style>
a { background-color: #CB3012; }
a { background-color: rgb(203,48,18); }
div.DivClassName
{
background-color: #CB3012;
}
.BgClassName
{
background-color: #CB3012;
}
</style>
border-color css
<style>
span { border-color: #CB3012; }
span { border-color: rgb(203,48,18); }
td.TdClassName
{
border-color: #CB3012;
}
.TagClassName
{
border-color: #CB3012;
}
</style>