Html Css Color HEX #C33D14 Harley Davidson Orange
📋 copy color: '#C33D14'red 195 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #C33D14
Tints of Harley Davidson Orange #C33D14
RGB
CMYK
RGB Variations
Color information
#C33D14 (or 0xC33D14) is known color: Harley Davidson Orange. HEX triplet: C3, 3D and 14. RGB value is (195,61,20). Sum of RGB (Red+Green+Blue) = 195+61+20=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D14 is #3CC2EB. Grayscale: #606060. Windows color (decimal): -3982060 or 1326531. OLE color: 1326531.
HSL color Cylindrical-coordinate representation of color #C33D14: hue angle of 14.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33D14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.24 |
| HSL | 14.06º | 0.81% | 0.42% | - |
| HSV(B) | 14.06º | 0.9% | 0.76% | - |
| XYZ | 24.3 | 14.99 | 2.27 | - |
| YUV | 96.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 20 | 0 | 0.69 | 0.90 | 0.24 | 14.06 | 0.81 | 0.42 |
| Hex | C3 | 3D | 14 | 0 | 45 | 5A | 18 | E | 51 | 2A |
| Octal | 303 | 75 | 24 | 0 | 105 | 132 | 30 | 16 | 121 | 52 |
| Binary | 11000011 | 111101 | 10100 | 0 | 1000101 | 1011010 | 11000 | 1110 | 1010001 | 101010 |
Color Harmonies of #C33D14
Complementary color
Monochromatic Colors of #C33D14
Black with #C33D14
Text Example
Text Example
White with #C33D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D14; }
p { color: rgb(195,61,20); }
H1.HeaderClassName
{
color: #C33D14;
}
.AnyTagClassName
{
color: #C33D14;
}
</style>
background-color css
<style>
a { background-color: #C33D14; }
a { background-color: rgb(195,61,20); }
div.DivClassName
{
background-color: #C33D14;
}
.BgClassName
{
background-color: #C33D14;
}
</style>
border-color css
<style>
span { border-color: #C33D14; }
span { border-color: rgb(195,61,20); }
td.TdClassName
{
border-color: #C33D14;
}
.TagClassName
{
border-color: #C33D14;
}
</style>