Html Css Color HEX #C33E18 Harley Davidson Orange
📋 copy color: '#C33E18'red 195 ◦ green 62 ◦ blue 24
Shades of Harley Davidson Orange #C33E18
Tints of Harley Davidson Orange #C33E18
RGB
CMYK
RGB Variations
Color information
#C33E18 (or 0xC33E18) is known color: Harley Davidson Orange. HEX triplet: C3, 3E and 18. RGB value is (195,62,24). Sum of RGB (Red+Green+Blue) = 195+62+24=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33E18 is #3CC1E7. Grayscale: #616161. Windows color (decimal): -3981800 or 1588931. OLE color: 1588931.
HSL color Cylindrical-coordinate representation of color #C33E18: hue angle of 13.33º 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 #C33E18 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 24 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.24 |
| HSL | 13.33º | 0.78% | 0.43% | - |
| HSV(B) | 13.33º | 0.88% | 0.76% | - |
| XYZ | 24.39 | 15.11 | 2.5 | - |
| YUV | 97.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 24 | 0 | 0.68 | 0.88 | 0.24 | 13.33 | 0.78 | 0.43 |
| Hex | C3 | 3E | 18 | 0 | 44 | 58 | 18 | D | 4E | 2B |
| Octal | 303 | 76 | 30 | 0 | 104 | 130 | 30 | 15 | 116 | 53 |
| Binary | 11000011 | 111110 | 11000 | 0 | 1000100 | 1011000 | 11000 | 1101 | 1001110 | 101011 |
Color Harmonies of #C33E18
Complementary color
Monochromatic Colors of #C33E18
Black with #C33E18
Text Example
Text Example
White with #C33E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E18; }
p { color: rgb(195,62,24); }
H1.HeaderClassName
{
color: #C33E18;
}
.AnyTagClassName
{
color: #C33E18;
}
</style>
background-color css
<style>
a { background-color: #C33E18; }
a { background-color: rgb(195,62,24); }
div.DivClassName
{
background-color: #C33E18;
}
.BgClassName
{
background-color: #C33E18;
}
</style>
border-color css
<style>
span { border-color: #C33E18; }
span { border-color: rgb(195,62,24); }
td.TdClassName
{
border-color: #C33E18;
}
.TagClassName
{
border-color: #C33E18;
}
</style>