Html Css Color HEX #C33518 Harley Davidson Orange
📋 copy color: '#C33518'red 195 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #C33518
Tints of Harley Davidson Orange #C33518
RGB
CMYK
RGB Variations
Color information
#C33518 (or 0xC33518) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 18. RGB value is (195,53,24). Sum of RGB (Red+Green+Blue) = 195+53+24=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C33518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33518 is #3CCAE7. Grayscale: #5C5C5C. Windows color (decimal): -3984104 or 1586627. OLE color: 1586627.
HSL color Cylindrical-coordinate representation of color #C33518: hue angle of 10.18º 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 #C33518 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 24 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.24 |
| HSL | 10.18º | 0.78% | 0.43% | - |
| HSV(B) | 10.18º | 0.88% | 0.76% | - |
| XYZ | 23.94 | 14.21 | 2.35 | - |
| YUV | 92.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 24 | 0 | 0.73 | 0.88 | 0.24 | 10.18 | 0.78 | 0.43 |
| Hex | C3 | 35 | 18 | 0 | 49 | 58 | 18 | A | 4E | 2B |
| Octal | 303 | 65 | 30 | 0 | 111 | 130 | 30 | 12 | 116 | 53 |
| Binary | 11000011 | 110101 | 11000 | 0 | 1001001 | 1011000 | 11000 | 1010 | 1001110 | 101011 |
Color Harmonies of #C33518
Complementary color
Monochromatic Colors of #C33518
Black with #C33518
Text Example
Text Example
White with #C33518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33518; }
p { color: rgb(195,53,24); }
H1.HeaderClassName
{
color: #C33518;
}
.AnyTagClassName
{
color: #C33518;
}
</style>
background-color css
<style>
a { background-color: #C33518; }
a { background-color: rgb(195,53,24); }
div.DivClassName
{
background-color: #C33518;
}
.BgClassName
{
background-color: #C33518;
}
</style>
border-color css
<style>
span { border-color: #C33518; }
span { border-color: rgb(195,53,24); }
td.TdClassName
{
border-color: #C33518;
}
.TagClassName
{
border-color: #C33518;
}
</style>