Html Css Color HEX #C33818 Harley Davidson Orange
📋 copy color: '#C33818'red 195 ◦ green 56 ◦ blue 24
Shades of Harley Davidson Orange #C33818
Tints of Harley Davidson Orange #C33818
RGB
CMYK
RGB Variations
Color information
#C33818 (or 0xC33818) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 18. RGB value is (195,56,24). Sum of RGB (Red+Green+Blue) = 195+56+24=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C33818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33818 is #3CC7E7. Grayscale: #5E5E5E. Windows color (decimal): -3983336 or 1587395. OLE color: 1587395.
HSL color Cylindrical-coordinate representation of color #C33818: hue angle of 11.23º 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 #C33818 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 24 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.24 |
| HSL | 11.23º | 0.78% | 0.43% | - |
| HSV(B) | 11.23º | 0.88% | 0.76% | - |
| XYZ | 24.08 | 14.5 | 2.39 | - |
| YUV | 93.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 24 | 0 | 0.71 | 0.88 | 0.24 | 11.23 | 0.78 | 0.43 |
| Hex | C3 | 38 | 18 | 0 | 47 | 58 | 18 | B | 4E | 2B |
| Octal | 303 | 70 | 30 | 0 | 107 | 130 | 30 | 13 | 116 | 53 |
| Binary | 11000011 | 111000 | 11000 | 0 | 1000111 | 1011000 | 11000 | 1011 | 1001110 | 101011 |
Color Harmonies of #C33818
Complementary color
Monochromatic Colors of #C33818
Black with #C33818
Text Example
Text Example
White with #C33818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33818; }
p { color: rgb(195,56,24); }
H1.HeaderClassName
{
color: #C33818;
}
.AnyTagClassName
{
color: #C33818;
}
</style>
background-color css
<style>
a { background-color: #C33818; }
a { background-color: rgb(195,56,24); }
div.DivClassName
{
background-color: #C33818;
}
.BgClassName
{
background-color: #C33818;
}
</style>
border-color css
<style>
span { border-color: #C33818; }
span { border-color: rgb(195,56,24); }
td.TdClassName
{
border-color: #C33818;
}
.TagClassName
{
border-color: #C33818;
}
</style>