Html Css Color HEX #C3301B Harley Davidson Orange
📋 copy color: '#C3301B'red 195 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #C3301B
Tints of Harley Davidson Orange #C3301B
RGB
CMYK
RGB Variations
Color information
#C3301B (or 0xC3301B) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 1B. RGB value is (195,48,27). Sum of RGB (Red+Green+Blue) = 195+48+27=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3301B is #3CCFE4. Grayscale: #595959. Windows color (decimal): -3985381 or 1781955. OLE color: 1781955.
HSL color Cylindrical-coordinate representation of color #C3301B: hue angle of 7.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3301B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.24 |
| HSL | 7.5º | 0.76% | 0.44% | - |
| HSV(B) | 7.5º | 0.86% | 0.76% | - |
| XYZ | 23.76 | 13.8 | 2.45 | - |
| YUV | 89.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 27 | 0 | 0.75 | 0.86 | 0.24 | 7.5 | 0.76 | 0.44 |
| Hex | C3 | 30 | 1B | 0 | 4B | 56 | 18 | 8 | 4C | 2C |
| Octal | 303 | 60 | 33 | 0 | 113 | 126 | 30 | 10 | 114 | 54 |
| Binary | 11000011 | 110000 | 11011 | 0 | 1001011 | 1010110 | 11000 | 1000 | 1001100 | 101100 |
Color Harmonies of #C3301B
Complementary color
Monochromatic Colors of #C3301B
Black with #C3301B
Text Example
Text Example
White with #C3301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3301B; }
p { color: rgb(195,48,27); }
H1.HeaderClassName
{
color: #C3301B;
}
.AnyTagClassName
{
color: #C3301B;
}
</style>
background-color css
<style>
a { background-color: #C3301B; }
a { background-color: rgb(195,48,27); }
div.DivClassName
{
background-color: #C3301B;
}
.BgClassName
{
background-color: #C3301B;
}
</style>
border-color css
<style>
span { border-color: #C3301B; }
span { border-color: rgb(195,48,27); }
td.TdClassName
{
border-color: #C3301B;
}
.TagClassName
{
border-color: #C3301B;
}
</style>