Html Css Color HEX #C3301D Harley Davidson Orange
📋 copy color: '#C3301D'red 195 ◦ green 48 ◦ blue 29
Shades of Harley Davidson Orange #C3301D
Tints of Harley Davidson Orange #C3301D
RGB
CMYK
RGB Variations
Color information
#C3301D (or 0xC3301D) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 1D. RGB value is (195,48,29). Sum of RGB (Red+Green+Blue) = 195+48+29=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3301D is #3CCFE2. Grayscale: #5A5A5A. Windows color (decimal): -3985379 or 1913027. OLE color: 1913027.
HSL color Cylindrical-coordinate representation of color #C3301D: hue angle of 6.87º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3301D is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 29 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.24 |
| HSL | 6.87º | 0.74% | 0.44% | - |
| HSV(B) | 6.87º | 0.85% | 0.76% | - |
| XYZ | 23.78 | 13.8 | 2.57 | - |
| YUV | 89.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 29 | 0 | 0.75 | 0.85 | 0.24 | 6.87 | 0.74 | 0.44 |
| Hex | C3 | 30 | 1D | 0 | 4B | 55 | 18 | 7 | 4A | 2C |
| Octal | 303 | 60 | 35 | 0 | 113 | 125 | 30 | 7 | 112 | 54 |
| Binary | 11000011 | 110000 | 11101 | 0 | 1001011 | 1010101 | 11000 | 111 | 1001010 | 101100 |
Color Harmonies of #C3301D
Complementary color
Monochromatic Colors of #C3301D
Black with #C3301D
Text Example
Text Example
White with #C3301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3301D; }
p { color: rgb(195,48,29); }
H1.HeaderClassName
{
color: #C3301D;
}
.AnyTagClassName
{
color: #C3301D;
}
</style>
background-color css
<style>
a { background-color: #C3301D; }
a { background-color: rgb(195,48,29); }
div.DivClassName
{
background-color: #C3301D;
}
.BgClassName
{
background-color: #C3301D;
}
</style>
border-color css
<style>
span { border-color: #C3301D; }
span { border-color: rgb(195,48,29); }
td.TdClassName
{
border-color: #C3301D;
}
.TagClassName
{
border-color: #C3301D;
}
</style>