Html Css Color HEX #C33512 Harley Davidson Orange
📋 copy color: '#C33512'red 195 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #C33512
Tints of Harley Davidson Orange #C33512
RGB
CMYK
RGB Variations
Color information
#C33512 (or 0xC33512) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 12. RGB value is (195,53,18). Sum of RGB (Red+Green+Blue) = 195+53+18=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33512 is #3CCAED. Grayscale: #5B5B5B. Windows color (decimal): -3984110 or 1193411. OLE color: 1193411.
HSL color Cylindrical-coordinate representation of color #C33512: hue angle of 11.86º 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 #C33512 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.24 |
| HSL | 11.86º | 0.83% | 0.42% | - |
| HSV(B) | 11.86º | 0.91% | 0.76% | - |
| XYZ | 23.89 | 14.19 | 2.05 | - |
| YUV | 91.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 18 | 0 | 0.73 | 0.91 | 0.24 | 11.86 | 0.83 | 0.42 |
| Hex | C3 | 35 | 12 | 0 | 49 | 5B | 18 | C | 53 | 2A |
| Octal | 303 | 65 | 22 | 0 | 111 | 133 | 30 | 14 | 123 | 52 |
| Binary | 11000011 | 110101 | 10010 | 0 | 1001001 | 1011011 | 11000 | 1100 | 1010011 | 101010 |
Color Harmonies of #C33512
Complementary color
Monochromatic Colors of #C33512
Black with #C33512
Text Example
Text Example
White with #C33512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33512; }
p { color: rgb(195,53,18); }
H1.HeaderClassName
{
color: #C33512;
}
.AnyTagClassName
{
color: #C33512;
}
</style>
background-color css
<style>
a { background-color: #C33512; }
a { background-color: rgb(195,53,18); }
div.DivClassName
{
background-color: #C33512;
}
.BgClassName
{
background-color: #C33512;
}
</style>
border-color css
<style>
span { border-color: #C33512; }
span { border-color: rgb(195,53,18); }
td.TdClassName
{
border-color: #C33512;
}
.TagClassName
{
border-color: #C33512;
}
</style>