Html Css Color HEX #C33705 Harley Davidson Orange
📋 copy color: '#C33705'red 195 ◦ green 55 ◦ blue 5
Shades of Harley Davidson Orange #C33705
Tints of Harley Davidson Orange #C33705
RGB
CMYK
RGB Variations
Color information
#C33705 (or 0xC33705) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 05. RGB value is (195,55,5). Sum of RGB (Red+Green+Blue) = 195+55+5=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C33705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33705 is #3CC8FA. Grayscale: #5B5B5B. Windows color (decimal): -3983611 or 341955. OLE color: 341955.
HSL color Cylindrical-coordinate representation of color #C33705: hue angle of 15.79º 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 #C33705 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.24 |
| HSL | 15.79º | 0.95% | 0.39% | - |
| HSV(B) | 15.79º | 0.97% | 0.76% | - |
| XYZ | 23.9 | 14.35 | 1.65 | - |
| YUV | 91.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 5 | 0 | 0.72 | 0.97 | 0.24 | 15.79 | 0.95 | 0.39 |
| Hex | C3 | 37 | 5 | 0 | 48 | 61 | 18 | 10 | 5F | 27 |
| Octal | 303 | 67 | 5 | 0 | 110 | 141 | 30 | 20 | 137 | 47 |
| Binary | 11000011 | 110111 | 101 | 0 | 1001000 | 1100001 | 11000 | 10000 | 1011111 | 100111 |
Color Harmonies of #C33705
Complementary color
Monochromatic Colors of #C33705
Black with #C33705
Text Example
Text Example
White with #C33705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33705; }
p { color: rgb(195,55,5); }
H1.HeaderClassName
{
color: #C33705;
}
.AnyTagClassName
{
color: #C33705;
}
</style>
background-color css
<style>
a { background-color: #C33705; }
a { background-color: rgb(195,55,5); }
div.DivClassName
{
background-color: #C33705;
}
.BgClassName
{
background-color: #C33705;
}
</style>
border-color css
<style>
span { border-color: #C33705; }
span { border-color: rgb(195,55,5); }
td.TdClassName
{
border-color: #C33705;
}
.TagClassName
{
border-color: #C33705;
}
</style>