Html Css Color HEX #C33805 Harley Davidson Orange
📋 copy color: '#C33805'red 195 ◦ green 56 ◦ blue 5
Shades of Harley Davidson Orange #C33805
Tints of Harley Davidson Orange #C33805
RGB
CMYK
RGB Variations
Color information
#C33805 (or 0xC33805) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 05. RGB value is (195,56,5). Sum of RGB (Red+Green+Blue) = 195+56+5=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C33805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33805 is #3CC7FA. Grayscale: #5C5C5C. Windows color (decimal): -3983355 or 342211. OLE color: 342211.
HSL color Cylindrical-coordinate representation of color #C33805: hue angle of 16.11º 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 #C33805 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.24 |
| HSL | 16.11º | 0.95% | 0.39% | - |
| HSV(B) | 16.11º | 0.97% | 0.76% | - |
| XYZ | 23.95 | 14.44 | 1.67 | - |
| YUV | 91.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 5 | 0 | 0.71 | 0.97 | 0.24 | 16.11 | 0.95 | 0.39 |
| Hex | C3 | 38 | 5 | 0 | 47 | 61 | 18 | 10 | 5F | 27 |
| Octal | 303 | 70 | 5 | 0 | 107 | 141 | 30 | 20 | 137 | 47 |
| Binary | 11000011 | 111000 | 101 | 0 | 1000111 | 1100001 | 11000 | 10000 | 1011111 | 100111 |
Color Harmonies of #C33805
Complementary color
Monochromatic Colors of #C33805
Black with #C33805
Text Example
Text Example
White with #C33805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33805; }
p { color: rgb(195,56,5); }
H1.HeaderClassName
{
color: #C33805;
}
.AnyTagClassName
{
color: #C33805;
}
</style>
background-color css
<style>
a { background-color: #C33805; }
a { background-color: rgb(195,56,5); }
div.DivClassName
{
background-color: #C33805;
}
.BgClassName
{
background-color: #C33805;
}
</style>
border-color css
<style>
span { border-color: #C33805; }
span { border-color: rgb(195,56,5); }
td.TdClassName
{
border-color: #C33805;
}
.TagClassName
{
border-color: #C33805;
}
</style>