Html Css Color HEX #C33605 Harley Davidson Orange
📋 copy color: '#C33605'red 195 ◦ green 54 ◦ blue 5
Shades of Harley Davidson Orange #C33605
Tints of Harley Davidson Orange #C33605
RGB
CMYK
RGB Variations
Color information
#C33605 (or 0xC33605) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 05. RGB value is (195,54,5). Sum of RGB (Red+Green+Blue) = 195+54+5=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C33605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33605 is #3CC9FA. Grayscale: #5A5A5A. Windows color (decimal): -3983867 or 341699. OLE color: 341699.
HSL color Cylindrical-coordinate representation of color #C33605: hue angle of 15.47º 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 #C33605 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.24 |
| HSL | 15.47º | 0.95% | 0.39% | - |
| HSV(B) | 15.47º | 0.97% | 0.76% | - |
| XYZ | 23.85 | 14.25 | 1.64 | - |
| YUV | 90.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 5 | 0 | 0.72 | 0.97 | 0.24 | 15.47 | 0.95 | 0.39 |
| Hex | C3 | 36 | 5 | 0 | 48 | 61 | 18 | F | 5F | 27 |
| Octal | 303 | 66 | 5 | 0 | 110 | 141 | 30 | 17 | 137 | 47 |
| Binary | 11000011 | 110110 | 101 | 0 | 1001000 | 1100001 | 11000 | 1111 | 1011111 | 100111 |
Color Harmonies of #C33605
Complementary color
Monochromatic Colors of #C33605
Black with #C33605
Text Example
Text Example
White with #C33605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33605; }
p { color: rgb(195,54,5); }
H1.HeaderClassName
{
color: #C33605;
}
.AnyTagClassName
{
color: #C33605;
}
</style>
background-color css
<style>
a { background-color: #C33605; }
a { background-color: rgb(195,54,5); }
div.DivClassName
{
background-color: #C33605;
}
.BgClassName
{
background-color: #C33605;
}
</style>
border-color css
<style>
span { border-color: #C33605; }
span { border-color: rgb(195,54,5); }
td.TdClassName
{
border-color: #C33605;
}
.TagClassName
{
border-color: #C33605;
}
</style>