Html Css Color HEX #C33012 Harley Davidson Orange
📋 copy color: '#C33012'red 195 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #C33012
Tints of Harley Davidson Orange #C33012
RGB
CMYK
RGB Variations
Color information
#C33012 (or 0xC33012) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 12. RGB value is (195,48,18). Sum of RGB (Red+Green+Blue) = 195+48+18=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C33012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33012 is #3CCFED. Grayscale: #585858. Windows color (decimal): -3985390 or 1192131. OLE color: 1192131.
HSL color Cylindrical-coordinate representation of color #C33012: hue angle of 10.17º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C33012 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.24 |
| HSL | 10.17º | 0.83% | 0.42% | - |
| HSV(B) | 10.17º | 0.91% | 0.76% | - |
| XYZ | 23.67 | 13.76 | 1.98 | - |
| YUV | 88.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 18 | 0 | 0.75 | 0.91 | 0.24 | 10.17 | 0.83 | 0.42 |
| Hex | C3 | 30 | 12 | 0 | 4B | 5B | 18 | A | 53 | 2A |
| Octal | 303 | 60 | 22 | 0 | 113 | 133 | 30 | 12 | 123 | 52 |
| Binary | 11000011 | 110000 | 10010 | 0 | 1001011 | 1011011 | 11000 | 1010 | 1010011 | 101010 |
Color Harmonies of #C33012
Complementary color
Monochromatic Colors of #C33012
Black with #C33012
Text Example
Text Example
White with #C33012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33012; }
p { color: rgb(195,48,18); }
H1.HeaderClassName
{
color: #C33012;
}
.AnyTagClassName
{
color: #C33012;
}
</style>
background-color css
<style>
a { background-color: #C33012; }
a { background-color: rgb(195,48,18); }
div.DivClassName
{
background-color: #C33012;
}
.BgClassName
{
background-color: #C33012;
}
</style>
border-color css
<style>
span { border-color: #C33012; }
span { border-color: rgb(195,48,18); }
td.TdClassName
{
border-color: #C33012;
}
.TagClassName
{
border-color: #C33012;
}
</style>