Html Css Color HEX #C33615 Harley Davidson Orange
📋 copy color: '#C33615'red 195 ◦ green 54 ◦ blue 21
Shades of Harley Davidson Orange #C33615
Tints of Harley Davidson Orange #C33615
RGB
CMYK
RGB Variations
Color information
#C33615 (or 0xC33615) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 15. RGB value is (195,54,21). Sum of RGB (Red+Green+Blue) = 195+54+21=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33615 is #3CC9EA. Grayscale: #5C5C5C. Windows color (decimal): -3983851 or 1390275. OLE color: 1390275.
HSL color Cylindrical-coordinate representation of color #C33615: hue angle of 11.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C33615 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 21 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.24 |
| HSL | 11.38º | 0.81% | 0.42% | - |
| HSV(B) | 11.38º | 0.89% | 0.76% | - |
| XYZ | 23.96 | 14.29 | 2.21 | - |
| YUV | 92.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 21 | 0 | 0.72 | 0.89 | 0.24 | 11.38 | 0.81 | 0.42 |
| Hex | C3 | 36 | 15 | 0 | 48 | 59 | 18 | B | 51 | 2A |
| Octal | 303 | 66 | 25 | 0 | 110 | 131 | 30 | 13 | 121 | 52 |
| Binary | 11000011 | 110110 | 10101 | 0 | 1001000 | 1011001 | 11000 | 1011 | 1010001 | 101010 |
Color Harmonies of #C33615
Complementary color
Monochromatic Colors of #C33615
Black with #C33615
Text Example
Text Example
White with #C33615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33615; }
p { color: rgb(195,54,21); }
H1.HeaderClassName
{
color: #C33615;
}
.AnyTagClassName
{
color: #C33615;
}
</style>
background-color css
<style>
a { background-color: #C33615; }
a { background-color: rgb(195,54,21); }
div.DivClassName
{
background-color: #C33615;
}
.BgClassName
{
background-color: #C33615;
}
</style>
border-color css
<style>
span { border-color: #C33615; }
span { border-color: rgb(195,54,21); }
td.TdClassName
{
border-color: #C33615;
}
.TagClassName
{
border-color: #C33615;
}
</style>