Html Css Color HEX #C2330B Harley Davidson Orange
📋 copy color: '#C2330B'red 194 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #C2330B
Tints of Harley Davidson Orange #C2330B
RGB
CMYK
RGB Variations
Color information
#C2330B (or 0xC2330B) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 0B. RGB value is (194,51,11). Sum of RGB (Red+Green+Blue) = 194+51+11=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2330B is #3DCCF4. Grayscale: #595959. Windows color (decimal): -4050165 or 734146. OLE color: 734146.
HSL color Cylindrical-coordinate representation of color #C2330B: hue angle of 13.11º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2330B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.24 |
| HSL | 13.11º | 0.89% | 0.4% | - |
| HSV(B) | 13.11º | 0.94% | 0.76% | - |
| XYZ | 23.49 | 13.86 | 1.75 | - |
| YUV | 89.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 11 | 0 | 0.74 | 0.94 | 0.24 | 13.11 | 0.89 | 0.4 |
| Hex | C2 | 33 | B | 0 | 4A | 5E | 18 | D | 59 | 28 |
| Octal | 302 | 63 | 13 | 0 | 112 | 136 | 30 | 15 | 131 | 50 |
| Binary | 11000010 | 110011 | 1011 | 0 | 1001010 | 1011110 | 11000 | 1101 | 1011001 | 101000 |
Color Harmonies of #C2330B
Complementary color
Monochromatic Colors of #C2330B
Black with #C2330B
Text Example
Text Example
White with #C2330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2330B; }
p { color: rgb(194,51,11); }
H1.HeaderClassName
{
color: #C2330B;
}
.AnyTagClassName
{
color: #C2330B;
}
</style>
background-color css
<style>
a { background-color: #C2330B; }
a { background-color: rgb(194,51,11); }
div.DivClassName
{
background-color: #C2330B;
}
.BgClassName
{
background-color: #C2330B;
}
</style>
border-color css
<style>
span { border-color: #C2330B; }
span { border-color: rgb(194,51,11); }
td.TdClassName
{
border-color: #C2330B;
}
.TagClassName
{
border-color: #C2330B;
}
</style>