Html Css Color HEX #C33A1F Harley Davidson Orange
📋 copy color: '#C33A1F'red 195 ◦ green 58 ◦ blue 31
Shades of Harley Davidson Orange #C33A1F
Tints of Harley Davidson Orange #C33A1F
RGB
CMYK
RGB Variations
Color information
#C33A1F (or 0xC33A1F) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 1F. RGB value is (195,58,31). Sum of RGB (Red+Green+Blue) = 195+58+31=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A1F is #3CC5E0. Grayscale: #606060. Windows color (decimal): -3982817 or 2046659. OLE color: 2046659.
HSL color Cylindrical-coordinate representation of color #C33A1F: hue angle of 9.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C33A1F is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 31 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.24 |
| HSL | 9.88º | 0.73% | 0.44% | - |
| HSV(B) | 9.88º | 0.84% | 0.76% | - |
| XYZ | 24.27 | 14.73 | 2.86 | - |
| YUV | 95.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 31 | 0 | 0.70 | 0.84 | 0.24 | 9.88 | 0.73 | 0.44 |
| Hex | C3 | 3A | 1F | 0 | 46 | 54 | 18 | A | 49 | 2C |
| Octal | 303 | 72 | 37 | 0 | 106 | 124 | 30 | 12 | 111 | 54 |
| Binary | 11000011 | 111010 | 11111 | 0 | 1000110 | 1010100 | 11000 | 1010 | 1001001 | 101100 |
Color Harmonies of #C33A1F
Complementary color
Monochromatic Colors of #C33A1F
Black with #C33A1F
Text Example
Text Example
White with #C33A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A1F; }
p { color: rgb(195,58,31); }
H1.HeaderClassName
{
color: #C33A1F;
}
.AnyTagClassName
{
color: #C33A1F;
}
</style>
background-color css
<style>
a { background-color: #C33A1F; }
a { background-color: rgb(195,58,31); }
div.DivClassName
{
background-color: #C33A1F;
}
.BgClassName
{
background-color: #C33A1F;
}
</style>
border-color css
<style>
span { border-color: #C33A1F; }
span { border-color: rgb(195,58,31); }
td.TdClassName
{
border-color: #C33A1F;
}
.TagClassName
{
border-color: #C33A1F;
}
</style>