Html Css Color HEX #C2300B Harley Davidson Orange
📋 copy color: '#C2300B'red 194 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #C2300B
Tints of Harley Davidson Orange #C2300B
RGB
CMYK
RGB Variations
Color information
#C2300B (or 0xC2300B) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 0B. RGB value is (194,48,11). Sum of RGB (Red+Green+Blue) = 194+48+11=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C2300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2300B is #3DCFF4. Grayscale: #575757. Windows color (decimal): -4050933 or 733378. OLE color: 733378.
HSL color Cylindrical-coordinate representation of color #C2300B: hue angle of 12.13º 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 #C2300B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.24 |
| HSL | 12.13º | 0.89% | 0.4% | - |
| HSV(B) | 12.13º | 0.94% | 0.76% | - |
| XYZ | 23.37 | 13.61 | 1.71 | - |
| YUV | 87.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 11 | 0 | 0.75 | 0.94 | 0.24 | 12.13 | 0.89 | 0.4 |
| Hex | C2 | 30 | B | 0 | 4B | 5E | 18 | C | 59 | 28 |
| Octal | 302 | 60 | 13 | 0 | 113 | 136 | 30 | 14 | 131 | 50 |
| Binary | 11000010 | 110000 | 1011 | 0 | 1001011 | 1011110 | 11000 | 1100 | 1011001 | 101000 |
Color Harmonies of #C2300B
Complementary color
Monochromatic Colors of #C2300B
Black with #C2300B
Text Example
Text Example
White with #C2300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2300B; }
p { color: rgb(194,48,11); }
H1.HeaderClassName
{
color: #C2300B;
}
.AnyTagClassName
{
color: #C2300B;
}
</style>
background-color css
<style>
a { background-color: #C2300B; }
a { background-color: rgb(194,48,11); }
div.DivClassName
{
background-color: #C2300B;
}
.BgClassName
{
background-color: #C2300B;
}
</style>
border-color css
<style>
span { border-color: #C2300B; }
span { border-color: rgb(194,48,11); }
td.TdClassName
{
border-color: #C2300B;
}
.TagClassName
{
border-color: #C2300B;
}
</style>