Html Css Color HEX #C33505 Harley Davidson Orange
📋 copy color: '#C33505'red 195 ◦ green 53 ◦ blue 5
Shades of Harley Davidson Orange #C33505
Tints of Harley Davidson Orange #C33505
RGB
CMYK
RGB Variations
Color information
#C33505 (or 0xC33505) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 05. RGB value is (195,53,5). Sum of RGB (Red+Green+Blue) = 195+53+5=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C33505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33505 is #3CCAFA. Grayscale: #5A5A5A. Windows color (decimal): -3984123 or 341443. OLE color: 341443.
HSL color Cylindrical-coordinate representation of color #C33505: hue angle of 15.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C33505 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.24 |
| HSL | 15.16º | 0.95% | 0.39% | - |
| HSV(B) | 15.16º | 0.97% | 0.76% | - |
| XYZ | 23.81 | 14.16 | 1.62 | - |
| YUV | 89.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 5 | 0 | 0.73 | 0.97 | 0.24 | 15.16 | 0.95 | 0.39 |
| Hex | C3 | 35 | 5 | 0 | 49 | 61 | 18 | F | 5F | 27 |
| Octal | 303 | 65 | 5 | 0 | 111 | 141 | 30 | 17 | 137 | 47 |
| Binary | 11000011 | 110101 | 101 | 0 | 1001001 | 1100001 | 11000 | 1111 | 1011111 | 100111 |
Color Harmonies of #C33505
Complementary color
Monochromatic Colors of #C33505
Black with #C33505
Text Example
Text Example
White with #C33505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33505; }
p { color: rgb(195,53,5); }
H1.HeaderClassName
{
color: #C33505;
}
.AnyTagClassName
{
color: #C33505;
}
</style>
background-color css
<style>
a { background-color: #C33505; }
a { background-color: rgb(195,53,5); }
div.DivClassName
{
background-color: #C33505;
}
.BgClassName
{
background-color: #C33505;
}
</style>
border-color css
<style>
span { border-color: #C33505; }
span { border-color: rgb(195,53,5); }
td.TdClassName
{
border-color: #C33505;
}
.TagClassName
{
border-color: #C33505;
}
</style>