Html Css Color HEX #C2331E Harley Davidson Orange
📋 copy color: '#C2331E'red 194 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #C2331E
Tints of Harley Davidson Orange #C2331E
RGB
CMYK
RGB Variations
Color information
#C2331E (or 0xC2331E) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 1E. RGB value is (194,51,30). Sum of RGB (Red+Green+Blue) = 194+51+30=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2331E is #3DCCE1. Grayscale: #5B5B5B. Windows color (decimal): -4050146 or 1979330. OLE color: 1979330.
HSL color Cylindrical-coordinate representation of color #C2331E: hue angle of 7.68º degrees, saturation: 0.73, 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 #C2331E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.24 |
| HSL | 7.68º | 0.73% | 0.44% | - |
| HSV(B) | 7.68º | 0.85% | 0.76% | - |
| XYZ | 23.67 | 13.93 | 2.67 | - |
| YUV | 91.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 30 | 0 | 0.74 | 0.85 | 0.24 | 7.68 | 0.73 | 0.44 |
| Hex | C2 | 33 | 1E | 0 | 4A | 55 | 18 | 8 | 49 | 2C |
| Octal | 302 | 63 | 36 | 0 | 112 | 125 | 30 | 10 | 111 | 54 |
| Binary | 11000010 | 110011 | 11110 | 0 | 1001010 | 1010101 | 11000 | 1000 | 1001001 | 101100 |
Color Harmonies of #C2331E
Complementary color
Monochromatic Colors of #C2331E
Black with #C2331E
Text Example
Text Example
White with #C2331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2331E; }
p { color: rgb(194,51,30); }
H1.HeaderClassName
{
color: #C2331E;
}
.AnyTagClassName
{
color: #C2331E;
}
</style>
background-color css
<style>
a { background-color: #C2331E; }
a { background-color: rgb(194,51,30); }
div.DivClassName
{
background-color: #C2331E;
}
.BgClassName
{
background-color: #C2331E;
}
</style>
border-color css
<style>
span { border-color: #C2331E; }
span { border-color: rgb(194,51,30); }
td.TdClassName
{
border-color: #C2331E;
}
.TagClassName
{
border-color: #C2331E;
}
</style>