Html Css Color HEX #C33810 Harley Davidson Orange
📋 copy color: '#C33810'red 195 ◦ green 56 ◦ blue 16
Shades of Harley Davidson Orange #C33810
Tints of Harley Davidson Orange #C33810
RGB
CMYK
RGB Variations
Color information
#C33810 (or 0xC33810) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 10. RGB value is (195,56,16). Sum of RGB (Red+Green+Blue) = 195+56+16=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C33810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33810 is #3CC7EF. Grayscale: #5D5D5D. Windows color (decimal): -3983344 or 1063107. OLE color: 1063107.
HSL color Cylindrical-coordinate representation of color #C33810: hue angle of 13.41º 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 #C33810 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 16 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.24 |
| HSL | 13.41º | 0.85% | 0.41% | - |
| HSV(B) | 13.41º | 0.92% | 0.76% | - |
| XYZ | 24.01 | 14.47 | 2.02 | - |
| YUV | 93 | 84.55 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 16 | 0 | 0.71 | 0.92 | 0.24 | 13.41 | 0.85 | 0.41 |
| Hex | C3 | 38 | 10 | 0 | 47 | 5C | 18 | D | 55 | 29 |
| Octal | 303 | 70 | 20 | 0 | 107 | 134 | 30 | 15 | 125 | 51 |
| Binary | 11000011 | 111000 | 10000 | 0 | 1000111 | 1011100 | 11000 | 1101 | 1010101 | 101001 |
Color Harmonies of #C33810
Complementary color
Monochromatic Colors of #C33810
Black with #C33810
Text Example
Text Example
White with #C33810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33810; }
p { color: rgb(195,56,16); }
H1.HeaderClassName
{
color: #C33810;
}
.AnyTagClassName
{
color: #C33810;
}
</style>
background-color css
<style>
a { background-color: #C33810; }
a { background-color: rgb(195,56,16); }
div.DivClassName
{
background-color: #C33810;
}
.BgClassName
{
background-color: #C33810;
}
</style>
border-color css
<style>
span { border-color: #C33810; }
span { border-color: rgb(195,56,16); }
td.TdClassName
{
border-color: #C33810;
}
.TagClassName
{
border-color: #C33810;
}
</style>