Html Css Color HEX #C33207 Harley Davidson Orange
📋 copy color: '#C33207'red 195 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #C33207
Tints of Harley Davidson Orange #C33207
RGB
CMYK
RGB Variations
Color information
#C33207 (or 0xC33207) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 07. RGB value is (195,50,7). Sum of RGB (Red+Green+Blue) = 195+50+7=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33207 is #3CCDF8. Grayscale: #585858. Windows color (decimal): -3984889 or 471747. OLE color: 471747.
HSL color Cylindrical-coordinate representation of color #C33207: hue angle of 13.72º 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 #C33207 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.24 |
| HSL | 13.72º | 0.93% | 0.4% | - |
| HSV(B) | 13.72º | 0.96% | 0.76% | - |
| XYZ | 23.68 | 13.9 | 1.64 | - |
| YUV | 88.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 7 | 0 | 0.74 | 0.96 | 0.24 | 13.72 | 0.93 | 0.4 |
| Hex | C3 | 32 | 7 | 0 | 4A | 60 | 18 | E | 5D | 28 |
| Octal | 303 | 62 | 7 | 0 | 112 | 140 | 30 | 16 | 135 | 50 |
| Binary | 11000011 | 110010 | 111 | 0 | 1001010 | 1100000 | 11000 | 1110 | 1011101 | 101000 |
Color Harmonies of #C33207
Complementary color
Monochromatic Colors of #C33207
Black with #C33207
Text Example
Text Example
White with #C33207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33207; }
p { color: rgb(195,50,7); }
H1.HeaderClassName
{
color: #C33207;
}
.AnyTagClassName
{
color: #C33207;
}
</style>
background-color css
<style>
a { background-color: #C33207; }
a { background-color: rgb(195,50,7); }
div.DivClassName
{
background-color: #C33207;
}
.BgClassName
{
background-color: #C33207;
}
</style>
border-color css
<style>
span { border-color: #C33207; }
span { border-color: rgb(195,50,7); }
td.TdClassName
{
border-color: #C33207;
}
.TagClassName
{
border-color: #C33207;
}
</style>