Html Css Color HEX #C33707 Harley Davidson Orange
📋 copy color: '#C33707'red 195 ◦ green 55 ◦ blue 7
Shades of Harley Davidson Orange #C33707
Tints of Harley Davidson Orange #C33707
RGB
CMYK
RGB Variations
Color information
#C33707 (or 0xC33707) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 07. RGB value is (195,55,7). Sum of RGB (Red+Green+Blue) = 195+55+7=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C33707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33707 is #3CC8F8. Grayscale: #5B5B5B. Windows color (decimal): -3983609 or 473027. OLE color: 473027.
HSL color Cylindrical-coordinate representation of color #C33707: hue angle of 15.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C33707 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.24 |
| HSL | 15.32º | 0.93% | 0.4% | - |
| HSV(B) | 15.32º | 0.96% | 0.76% | - |
| XYZ | 23.91 | 14.35 | 1.71 | - |
| YUV | 91.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 7 | 0 | 0.72 | 0.96 | 0.24 | 15.32 | 0.93 | 0.4 |
| Hex | C3 | 37 | 7 | 0 | 48 | 60 | 18 | F | 5D | 28 |
| Octal | 303 | 67 | 7 | 0 | 110 | 140 | 30 | 17 | 135 | 50 |
| Binary | 11000011 | 110111 | 111 | 0 | 1001000 | 1100000 | 11000 | 1111 | 1011101 | 101000 |
Color Harmonies of #C33707
Complementary color
Monochromatic Colors of #C33707
Black with #C33707
Text Example
Text Example
White with #C33707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33707; }
p { color: rgb(195,55,7); }
H1.HeaderClassName
{
color: #C33707;
}
.AnyTagClassName
{
color: #C33707;
}
</style>
background-color css
<style>
a { background-color: #C33707; }
a { background-color: rgb(195,55,7); }
div.DivClassName
{
background-color: #C33707;
}
.BgClassName
{
background-color: #C33707;
}
</style>
border-color css
<style>
span { border-color: #C33707; }
span { border-color: rgb(195,55,7); }
td.TdClassName
{
border-color: #C33707;
}
.TagClassName
{
border-color: #C33707;
}
</style>