Html Css Color HEX #C33917 Harley Davidson Orange
📋 copy color: '#C33917'red 195 ◦ green 57 ◦ blue 23
Shades of Harley Davidson Orange #C33917
Tints of Harley Davidson Orange #C33917
RGB
CMYK
RGB Variations
Color information
#C33917 (or 0xC33917) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 17. RGB value is (195,57,23). Sum of RGB (Red+Green+Blue) = 195+57+23=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C33917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33917 is #3CC6E8. Grayscale: #5E5E5E. Windows color (decimal): -3983081 or 1522115. OLE color: 1522115.
HSL color Cylindrical-coordinate representation of color #C33917: hue angle of 11.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C33917 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 23 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.24 |
| HSL | 11.86º | 0.79% | 0.43% | - |
| HSV(B) | 11.86º | 0.88% | 0.76% | - |
| XYZ | 24.12 | 14.59 | 2.36 | - |
| YUV | 94.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 23 | 0 | 0.71 | 0.88 | 0.24 | 11.86 | 0.79 | 0.43 |
| Hex | C3 | 39 | 17 | 0 | 47 | 58 | 18 | C | 4F | 2B |
| Octal | 303 | 71 | 27 | 0 | 107 | 130 | 30 | 14 | 117 | 53 |
| Binary | 11000011 | 111001 | 10111 | 0 | 1000111 | 1011000 | 11000 | 1100 | 1001111 | 101011 |
Color Harmonies of #C33917
Complementary color
Monochromatic Colors of #C33917
Black with #C33917
Text Example
Text Example
White with #C33917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33917; }
p { color: rgb(195,57,23); }
H1.HeaderClassName
{
color: #C33917;
}
.AnyTagClassName
{
color: #C33917;
}
</style>
background-color css
<style>
a { background-color: #C33917; }
a { background-color: rgb(195,57,23); }
div.DivClassName
{
background-color: #C33917;
}
.BgClassName
{
background-color: #C33917;
}
</style>
border-color css
<style>
span { border-color: #C33917; }
span { border-color: rgb(195,57,23); }
td.TdClassName
{
border-color: #C33917;
}
.TagClassName
{
border-color: #C33917;
}
</style>