Html Css Color HEX #C33D16 Harley Davidson Orange
📋 copy color: '#C33D16'red 195 ◦ green 61 ◦ blue 22
Shades of Harley Davidson Orange #C33D16
Tints of Harley Davidson Orange #C33D16
RGB
CMYK
RGB Variations
Color information
#C33D16 (or 0xC33D16) is known color: Harley Davidson Orange. HEX triplet: C3, 3D and 16. RGB value is (195,61,22). Sum of RGB (Red+Green+Blue) = 195+61+22=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D16 is #3CC2E9. Grayscale: #606060. Windows color (decimal): -3982058 or 1457603. OLE color: 1457603.
HSL color Cylindrical-coordinate representation of color #C33D16: hue angle of 13.53º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C33D16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 22 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.24 |
| HSL | 13.53º | 0.8% | 0.43% | - |
| HSV(B) | 13.53º | 0.89% | 0.76% | - |
| XYZ | 24.32 | 15 | 2.37 | - |
| YUV | 96.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 22 | 0 | 0.69 | 0.89 | 0.24 | 13.53 | 0.8 | 0.43 |
| Hex | C3 | 3D | 16 | 0 | 45 | 59 | 18 | E | 50 | 2B |
| Octal | 303 | 75 | 26 | 0 | 105 | 131 | 30 | 16 | 120 | 53 |
| Binary | 11000011 | 111101 | 10110 | 0 | 1000101 | 1011001 | 11000 | 1110 | 1010000 | 101011 |
Color Harmonies of #C33D16
Complementary color
Monochromatic Colors of #C33D16
Black with #C33D16
Text Example
Text Example
White with #C33D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D16; }
p { color: rgb(195,61,22); }
H1.HeaderClassName
{
color: #C33D16;
}
.AnyTagClassName
{
color: #C33D16;
}
</style>
background-color css
<style>
a { background-color: #C33D16; }
a { background-color: rgb(195,61,22); }
div.DivClassName
{
background-color: #C33D16;
}
.BgClassName
{
background-color: #C33D16;
}
</style>
border-color css
<style>
span { border-color: #C33D16; }
span { border-color: rgb(195,61,22); }
td.TdClassName
{
border-color: #C33D16;
}
.TagClassName
{
border-color: #C33D16;
}
</style>