Html Css Color HEX #C33307 Harley Davidson Orange
📋 copy color: '#C33307'red 195 ◦ green 51 ◦ blue 7
Shades of Harley Davidson Orange #C33307
Tints of Harley Davidson Orange #C33307
RGB
CMYK
RGB Variations
Color information
#C33307 (or 0xC33307) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 07. RGB value is (195,51,7). Sum of RGB (Red+Green+Blue) = 195+51+7=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C33307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33307 is #3CCCF8. Grayscale: #595959. Windows color (decimal): -3984633 or 472003. OLE color: 472003.
HSL color Cylindrical-coordinate representation of color #C33307: hue angle of 14.04º 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 #C33307 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.24 |
| HSL | 14.04º | 0.93% | 0.4% | - |
| HSV(B) | 14.04º | 0.96% | 0.76% | - |
| XYZ | 23.73 | 13.99 | 1.65 | - |
| YUV | 89.04 | 81.71 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 7 | 0 | 0.74 | 0.96 | 0.24 | 14.04 | 0.93 | 0.4 |
| Hex | C3 | 33 | 7 | 0 | 4A | 60 | 18 | E | 5D | 28 |
| Octal | 303 | 63 | 7 | 0 | 112 | 140 | 30 | 16 | 135 | 50 |
| Binary | 11000011 | 110011 | 111 | 0 | 1001010 | 1100000 | 11000 | 1110 | 1011101 | 101000 |
Color Harmonies of #C33307
Complementary color
Monochromatic Colors of #C33307
Black with #C33307
Text Example
Text Example
White with #C33307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33307; }
p { color: rgb(195,51,7); }
H1.HeaderClassName
{
color: #C33307;
}
.AnyTagClassName
{
color: #C33307;
}
</style>
background-color css
<style>
a { background-color: #C33307; }
a { background-color: rgb(195,51,7); }
div.DivClassName
{
background-color: #C33307;
}
.BgClassName
{
background-color: #C33307;
}
</style>
border-color css
<style>
span { border-color: #C33307; }
span { border-color: rgb(195,51,7); }
td.TdClassName
{
border-color: #C33307;
}
.TagClassName
{
border-color: #C33307;
}
</style>