Html Css Color HEX #C33318 Harley Davidson Orange
📋 copy color: '#C33318'red 195 ◦ green 51 ◦ blue 24
Shades of Harley Davidson Orange #C33318
Tints of Harley Davidson Orange #C33318
RGB
CMYK
RGB Variations
Color information
#C33318 (or 0xC33318) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 18. RGB value is (195,51,24). Sum of RGB (Red+Green+Blue) = 195+51+24=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33318 is #3CCCE7. Grayscale: #5B5B5B. Windows color (decimal): -3984616 or 1586115. OLE color: 1586115.
HSL color Cylindrical-coordinate representation of color #C33318: hue angle of 9.47º 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 #C33318 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.24 |
| HSL | 9.47º | 0.78% | 0.43% | - |
| HSV(B) | 9.47º | 0.88% | 0.76% | - |
| XYZ | 23.85 | 14.04 | 2.32 | - |
| YUV | 90.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 24 | 0 | 0.74 | 0.88 | 0.24 | 9.47 | 0.78 | 0.43 |
| Hex | C3 | 33 | 18 | 0 | 4A | 58 | 18 | 9 | 4E | 2B |
| Octal | 303 | 63 | 30 | 0 | 112 | 130 | 30 | 11 | 116 | 53 |
| Binary | 11000011 | 110011 | 11000 | 0 | 1001010 | 1011000 | 11000 | 1001 | 1001110 | 101011 |
Color Harmonies of #C33318
Complementary color
Monochromatic Colors of #C33318
Black with #C33318
Text Example
Text Example
White with #C33318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33318; }
p { color: rgb(195,51,24); }
H1.HeaderClassName
{
color: #C33318;
}
.AnyTagClassName
{
color: #C33318;
}
</style>
background-color css
<style>
a { background-color: #C33318; }
a { background-color: rgb(195,51,24); }
div.DivClassName
{
background-color: #C33318;
}
.BgClassName
{
background-color: #C33318;
}
</style>
border-color css
<style>
span { border-color: #C33318; }
span { border-color: rgb(195,51,24); }
td.TdClassName
{
border-color: #C33318;
}
.TagClassName
{
border-color: #C33318;
}
</style>