Html Css Color HEX #C2331B Harley Davidson Orange
📋 copy color: '#C2331B'red 194 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #C2331B
Tints of Harley Davidson Orange #C2331B
RGB
CMYK
RGB Variations
Color information
#C2331B (or 0xC2331B) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 1B. RGB value is (194,51,27). Sum of RGB (Red+Green+Blue) = 194+51+27=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2331B is #3DCCE4. Grayscale: #5B5B5B. Windows color (decimal): -4050149 or 1782722. OLE color: 1782722.
HSL color Cylindrical-coordinate representation of color #C2331B: hue angle of 8.62º 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 #C2331B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.24 |
| HSL | 8.62º | 0.76% | 0.43% | - |
| HSV(B) | 8.62º | 0.86% | 0.76% | - |
| XYZ | 23.63 | 13.92 | 2.48 | - |
| YUV | 91.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 27 | 0 | 0.74 | 0.86 | 0.24 | 8.62 | 0.76 | 0.43 |
| Hex | C2 | 33 | 1B | 0 | 4A | 56 | 18 | 9 | 4C | 2B |
| Octal | 302 | 63 | 33 | 0 | 112 | 126 | 30 | 11 | 114 | 53 |
| Binary | 11000010 | 110011 | 11011 | 0 | 1001010 | 1010110 | 11000 | 1001 | 1001100 | 101011 |
Color Harmonies of #C2331B
Complementary color
Monochromatic Colors of #C2331B
Black with #C2331B
Text Example
Text Example
White with #C2331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2331B; }
p { color: rgb(194,51,27); }
H1.HeaderClassName
{
color: #C2331B;
}
.AnyTagClassName
{
color: #C2331B;
}
</style>
background-color css
<style>
a { background-color: #C2331B; }
a { background-color: rgb(194,51,27); }
div.DivClassName
{
background-color: #C2331B;
}
.BgClassName
{
background-color: #C2331B;
}
</style>
border-color css
<style>
span { border-color: #C2331B; }
span { border-color: rgb(194,51,27); }
td.TdClassName
{
border-color: #C2331B;
}
.TagClassName
{
border-color: #C2331B;
}
</style>