Html Css Color HEX #C33612 Harley Davidson Orange
📋 copy color: '#C33612'red 195 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #C33612
Tints of Harley Davidson Orange #C33612
RGB
CMYK
RGB Variations
Color information
#C33612 (or 0xC33612) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 12. RGB value is (195,54,18). Sum of RGB (Red+Green+Blue) = 195+54+18=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C33612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33612 is #3CC9ED. Grayscale: #5C5C5C. Windows color (decimal): -3983854 or 1193667. OLE color: 1193667.
HSL color Cylindrical-coordinate representation of color #C33612: hue angle of 12.2º 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 #C33612 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.24 |
| HSL | 12.2º | 0.83% | 0.42% | - |
| HSV(B) | 12.2º | 0.91% | 0.76% | - |
| XYZ | 23.93 | 14.28 | 2.07 | - |
| YUV | 92.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 18 | 0 | 0.72 | 0.91 | 0.24 | 12.2 | 0.83 | 0.42 |
| Hex | C3 | 36 | 12 | 0 | 48 | 5B | 18 | C | 53 | 2A |
| Octal | 303 | 66 | 22 | 0 | 110 | 133 | 30 | 14 | 123 | 52 |
| Binary | 11000011 | 110110 | 10010 | 0 | 1001000 | 1011011 | 11000 | 1100 | 1010011 | 101010 |
Color Harmonies of #C33612
Complementary color
Monochromatic Colors of #C33612
Black with #C33612
Text Example
Text Example
White with #C33612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33612; }
p { color: rgb(195,54,18); }
H1.HeaderClassName
{
color: #C33612;
}
.AnyTagClassName
{
color: #C33612;
}
</style>
background-color css
<style>
a { background-color: #C33612; }
a { background-color: rgb(195,54,18); }
div.DivClassName
{
background-color: #C33612;
}
.BgClassName
{
background-color: #C33612;
}
</style>
border-color css
<style>
span { border-color: #C33612; }
span { border-color: rgb(195,54,18); }
td.TdClassName
{
border-color: #C33612;
}
.TagClassName
{
border-color: #C33612;
}
</style>