Html Css Color HEX #C2301F Harley Davidson Orange
📋 copy color: '#C2301F'red 194 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #C2301F
Tints of Harley Davidson Orange #C2301F
RGB
CMYK
RGB Variations
Color information
#C2301F (or 0xC2301F) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 1F. RGB value is (194,48,31). Sum of RGB (Red+Green+Blue) = 194+48+31=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2301F is #3DCFE0. Grayscale: #595959. Windows color (decimal): -4050913 or 2044098. OLE color: 2044098.
HSL color Cylindrical-coordinate representation of color #C2301F: hue angle of 6.26º degrees, saturation: 0.72, 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 #C2301F is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 31 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.24 |
| HSL | 6.26º | 0.72% | 0.44% | - |
| HSV(B) | 6.26º | 0.84% | 0.76% | - |
| XYZ | 23.55 | 13.68 | 2.7 | - |
| YUV | 89.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 31 | 0 | 0.75 | 0.84 | 0.24 | 6.26 | 0.72 | 0.44 |
| Hex | C2 | 30 | 1F | 0 | 4B | 54 | 18 | 6 | 48 | 2C |
| Octal | 302 | 60 | 37 | 0 | 113 | 124 | 30 | 6 | 110 | 54 |
| Binary | 11000010 | 110000 | 11111 | 0 | 1001011 | 1010100 | 11000 | 110 | 1001000 | 101100 |
Color Harmonies of #C2301F
Complementary color
Monochromatic Colors of #C2301F
Black with #C2301F
Text Example
Text Example
White with #C2301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2301F; }
p { color: rgb(194,48,31); }
H1.HeaderClassName
{
color: #C2301F;
}
.AnyTagClassName
{
color: #C2301F;
}
</style>
background-color css
<style>
a { background-color: #C2301F; }
a { background-color: rgb(194,48,31); }
div.DivClassName
{
background-color: #C2301F;
}
.BgClassName
{
background-color: #C2301F;
}
</style>
border-color css
<style>
span { border-color: #C2301F; }
span { border-color: rgb(194,48,31); }
td.TdClassName
{
border-color: #C2301F;
}
.TagClassName
{
border-color: #C2301F;
}
</style>