Html Css Color HEX #C33C10 Harley Davidson Orange
📋 copy color: '#C33C10'red 195 ◦ green 60 ◦ blue 16
Shades of Harley Davidson Orange #C33C10
Tints of Harley Davidson Orange #C33C10
RGB
CMYK
RGB Variations
Color information
#C33C10 (or 0xC33C10) is known color: Harley Davidson Orange. HEX triplet: C3, 3C and 10. RGB value is (195,60,16). Sum of RGB (Red+Green+Blue) = 195+60+16=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33C10 is #3CC3EF. Grayscale: #5F5F5F. Windows color (decimal): -3982320 or 1064131. OLE color: 1064131.
HSL color Cylindrical-coordinate representation of color #C33C10: hue angle of 14.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C33C10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.24 |
| HSL | 14.75º | 0.85% | 0.41% | - |
| HSV(B) | 14.75º | 0.92% | 0.76% | - |
| XYZ | 24.22 | 14.87 | 2.08 | - |
| YUV | 95.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 16 | 0 | 0.69 | 0.92 | 0.24 | 14.75 | 0.85 | 0.41 |
| Hex | C3 | 3C | 10 | 0 | 45 | 5C | 18 | F | 55 | 29 |
| Octal | 303 | 74 | 20 | 0 | 105 | 134 | 30 | 17 | 125 | 51 |
| Binary | 11000011 | 111100 | 10000 | 0 | 1000101 | 1011100 | 11000 | 1111 | 1010101 | 101001 |
Color Harmonies of #C33C10
Complementary color
Monochromatic Colors of #C33C10
Black with #C33C10
Text Example
Text Example
White with #C33C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C10; }
p { color: rgb(195,60,16); }
H1.HeaderClassName
{
color: #C33C10;
}
.AnyTagClassName
{
color: #C33C10;
}
</style>
background-color css
<style>
a { background-color: #C33C10; }
a { background-color: rgb(195,60,16); }
div.DivClassName
{
background-color: #C33C10;
}
.BgClassName
{
background-color: #C33C10;
}
</style>
border-color css
<style>
span { border-color: #C33C10; }
span { border-color: rgb(195,60,16); }
td.TdClassName
{
border-color: #C33C10;
}
.TagClassName
{
border-color: #C33C10;
}
</style>