Html Css Color HEX #C33918 Harley Davidson Orange
📋 copy color: '#C33918'red 195 ◦ green 57 ◦ blue 24
Shades of Harley Davidson Orange #C33918
Tints of Harley Davidson Orange #C33918
RGB
CMYK
RGB Variations
Color information
#C33918 (or 0xC33918) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 18. RGB value is (195,57,24). Sum of RGB (Red+Green+Blue) = 195+57+24=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C33918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33918 is #3CC6E7. Grayscale: #5E5E5E. Windows color (decimal): -3983080 or 1587651. OLE color: 1587651.
HSL color Cylindrical-coordinate representation of color #C33918: hue angle of 11.58º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C33918 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 24 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.24 |
| HSL | 11.58º | 0.78% | 0.43% | - |
| HSV(B) | 11.58º | 0.88% | 0.76% | - |
| XYZ | 24.13 | 14.59 | 2.41 | - |
| YUV | 94.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 24 | 0 | 0.71 | 0.88 | 0.24 | 11.58 | 0.78 | 0.43 |
| Hex | C3 | 39 | 18 | 0 | 47 | 58 | 18 | C | 4E | 2B |
| Octal | 303 | 71 | 30 | 0 | 107 | 130 | 30 | 14 | 116 | 53 |
| Binary | 11000011 | 111001 | 11000 | 0 | 1000111 | 1011000 | 11000 | 1100 | 1001110 | 101011 |
Color Harmonies of #C33918
Complementary color
Monochromatic Colors of #C33918
Black with #C33918
Text Example
Text Example
White with #C33918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33918; }
p { color: rgb(195,57,24); }
H1.HeaderClassName
{
color: #C33918;
}
.AnyTagClassName
{
color: #C33918;
}
</style>
background-color css
<style>
a { background-color: #C33918; }
a { background-color: rgb(195,57,24); }
div.DivClassName
{
background-color: #C33918;
}
.BgClassName
{
background-color: #C33918;
}
</style>
border-color css
<style>
span { border-color: #C33918; }
span { border-color: rgb(195,57,24); }
td.TdClassName
{
border-color: #C33918;
}
.TagClassName
{
border-color: #C33918;
}
</style>