Html Css Color HEX #C33501 Harley Davidson Orange
📋 copy color: '#C33501'red 195 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #C33501
Tints of Harley Davidson Orange #C33501
RGB
CMYK
RGB Variations
Color information
#C33501 (or 0xC33501) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 01. RGB value is (195,53,1). Sum of RGB (Red+Green+Blue) = 195+53+1=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C33501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33501 is #3CCAFE. Grayscale: #595959. Windows color (decimal): -3984127 or 79299. OLE color: 79299.
HSL color Cylindrical-coordinate representation of color #C33501: hue angle of 16.08º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C33501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.24 |
| HSL | 16.08º | 0.99% | 0.38% | - |
| HSV(B) | 16.08º | 0.99% | 0.76% | - |
| XYZ | 23.78 | 14.15 | 1.51 | - |
| YUV | 89.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 1 | 0 | 0.73 | 0.99 | 0.24 | 16.08 | 0.99 | 0.38 |
| Hex | C3 | 35 | 1 | 0 | 49 | 63 | 18 | 10 | 63 | 26 |
| Octal | 303 | 65 | 1 | 0 | 111 | 143 | 30 | 20 | 143 | 46 |
| Binary | 11000011 | 110101 | 1 | 0 | 1001001 | 1100011 | 11000 | 10000 | 1100011 | 100110 |
Color Harmonies of #C33501
Complementary color
Monochromatic Colors of #C33501
Black with #C33501
Text Example
Text Example
White with #C33501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33501; }
p { color: rgb(195,53,1); }
H1.HeaderClassName
{
color: #C33501;
}
.AnyTagClassName
{
color: #C33501;
}
</style>
background-color css
<style>
a { background-color: #C33501; }
a { background-color: rgb(195,53,1); }
div.DivClassName
{
background-color: #C33501;
}
.BgClassName
{
background-color: #C33501;
}
</style>
border-color css
<style>
span { border-color: #C33501; }
span { border-color: rgb(195,53,1); }
td.TdClassName
{
border-color: #C33501;
}
.TagClassName
{
border-color: #C33501;
}
</style>