Html Css Color HEX #C33502 Harley Davidson Orange
📋 copy color: '#C33502'red 195 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #C33502
Tints of Harley Davidson Orange #C33502
RGB
CMYK
RGB Variations
Color information
#C33502 (or 0xC33502) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 02. RGB value is (195,53,2). Sum of RGB (Red+Green+Blue) = 195+53+2=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C33502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33502 is #3CCAFD. Grayscale: #595959. Windows color (decimal): -3984126 or 144835. OLE color: 144835.
HSL color Cylindrical-coordinate representation of color #C33502: hue angle of 15.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C33502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.24 |
| HSL | 15.85º | 0.98% | 0.39% | - |
| HSV(B) | 15.85º | 0.99% | 0.76% | - |
| XYZ | 23.79 | 14.15 | 1.54 | - |
| YUV | 89.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 2 | 0 | 0.73 | 0.99 | 0.24 | 15.85 | 0.98 | 0.39 |
| Hex | C3 | 35 | 2 | 0 | 49 | 63 | 18 | 10 | 62 | 27 |
| Octal | 303 | 65 | 2 | 0 | 111 | 143 | 30 | 20 | 142 | 47 |
| Binary | 11000011 | 110101 | 10 | 0 | 1001001 | 1100011 | 11000 | 10000 | 1100010 | 100111 |
Color Harmonies of #C33502
Complementary color
Monochromatic Colors of #C33502
Black with #C33502
Text Example
Text Example
White with #C33502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33502; }
p { color: rgb(195,53,2); }
H1.HeaderClassName
{
color: #C33502;
}
.AnyTagClassName
{
color: #C33502;
}
</style>
background-color css
<style>
a { background-color: #C33502; }
a { background-color: rgb(195,53,2); }
div.DivClassName
{
background-color: #C33502;
}
.BgClassName
{
background-color: #C33502;
}
</style>
border-color css
<style>
span { border-color: #C33502; }
span { border-color: rgb(195,53,2); }
td.TdClassName
{
border-color: #C33502;
}
.TagClassName
{
border-color: #C33502;
}
</style>