Html Css Color HEX #C33401 Harley Davidson Orange
📋 copy color: '#C33401'red 195 ◦ green 52 ◦ blue 1
Shades of Harley Davidson Orange #C33401
Tints of Harley Davidson Orange #C33401
RGB
CMYK
RGB Variations
Color information
#C33401 (or 0xC33401) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 01. RGB value is (195,52,1). Sum of RGB (Red+Green+Blue) = 195+52+1=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C33401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33401 is #3CCBFE. Grayscale: #595959. Windows color (decimal): -3984383 or 79043. OLE color: 79043.
HSL color Cylindrical-coordinate representation of color #C33401: hue angle of 15.77º 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 #C33401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.24 |
| HSL | 15.77º | 0.99% | 0.38% | - |
| HSV(B) | 15.77º | 0.99% | 0.76% | - |
| XYZ | 23.74 | 14.06 | 1.49 | - |
| YUV | 88.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 1 | 0 | 0.73 | 0.99 | 0.24 | 15.77 | 0.99 | 0.38 |
| Hex | C3 | 34 | 1 | 0 | 49 | 63 | 18 | 10 | 63 | 26 |
| Octal | 303 | 64 | 1 | 0 | 111 | 143 | 30 | 20 | 143 | 46 |
| Binary | 11000011 | 110100 | 1 | 0 | 1001001 | 1100011 | 11000 | 10000 | 1100011 | 100110 |
Color Harmonies of #C33401
Complementary color
Monochromatic Colors of #C33401
Black with #C33401
Text Example
Text Example
White with #C33401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33401; }
p { color: rgb(195,52,1); }
H1.HeaderClassName
{
color: #C33401;
}
.AnyTagClassName
{
color: #C33401;
}
</style>
background-color css
<style>
a { background-color: #C33401; }
a { background-color: rgb(195,52,1); }
div.DivClassName
{
background-color: #C33401;
}
.BgClassName
{
background-color: #C33401;
}
</style>
border-color css
<style>
span { border-color: #C33401; }
span { border-color: rgb(195,52,1); }
td.TdClassName
{
border-color: #C33401;
}
.TagClassName
{
border-color: #C33401;
}
</style>