Html Css Color HEX #C2301B Harley Davidson Orange
📋 copy color: '#C2301B'red 194 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #C2301B
Tints of Harley Davidson Orange #C2301B
RGB
CMYK
RGB Variations
Color information
#C2301B (or 0xC2301B) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 1B. RGB value is (194,48,27). Sum of RGB (Red+Green+Blue) = 194+48+27=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C2301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2301B is #3DCFE4. Grayscale: #595959. Windows color (decimal): -4050917 or 1781954. OLE color: 1781954.
HSL color Cylindrical-coordinate representation of color #C2301B: hue angle of 7.54º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2301B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.24 |
| HSL | 7.54º | 0.76% | 0.43% | - |
| HSV(B) | 7.54º | 0.86% | 0.76% | - |
| XYZ | 23.5 | 13.66 | 2.44 | - |
| YUV | 89.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 27 | 0 | 0.75 | 0.86 | 0.24 | 7.54 | 0.76 | 0.43 |
| Hex | C2 | 30 | 1B | 0 | 4B | 56 | 18 | 8 | 4C | 2B |
| Octal | 302 | 60 | 33 | 0 | 113 | 126 | 30 | 10 | 114 | 53 |
| Binary | 11000010 | 110000 | 11011 | 0 | 1001011 | 1010110 | 11000 | 1000 | 1001100 | 101011 |
Color Harmonies of #C2301B
Complementary color
Monochromatic Colors of #C2301B
Black with #C2301B
Text Example
Text Example
White with #C2301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2301B; }
p { color: rgb(194,48,27); }
H1.HeaderClassName
{
color: #C2301B;
}
.AnyTagClassName
{
color: #C2301B;
}
</style>
background-color css
<style>
a { background-color: #C2301B; }
a { background-color: rgb(194,48,27); }
div.DivClassName
{
background-color: #C2301B;
}
.BgClassName
{
background-color: #C2301B;
}
</style>
border-color css
<style>
span { border-color: #C2301B; }
span { border-color: rgb(194,48,27); }
td.TdClassName
{
border-color: #C2301B;
}
.TagClassName
{
border-color: #C2301B;
}
</style>