Html Css Color HEX #C2300A Harley Davidson Orange
📋 copy color: '#C2300A'red 194 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #C2300A
Tints of Harley Davidson Orange #C2300A
RGB
CMYK
RGB Variations
Color information
#C2300A (or 0xC2300A) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 0A. RGB value is (194,48,10). Sum of RGB (Red+Green+Blue) = 194+48+10=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C2300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2300A is #3DCFF5. Grayscale: #575757. Windows color (decimal): -4050934 or 667842. OLE color: 667842.
HSL color Cylindrical-coordinate representation of color #C2300A: hue angle of 12.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2300A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.24 |
| HSL | 12.39º | 0.9% | 0.4% | - |
| HSV(B) | 12.39º | 0.95% | 0.76% | - |
| XYZ | 23.36 | 13.61 | 1.68 | - |
| YUV | 87.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 10 | 0 | 0.75 | 0.95 | 0.24 | 12.39 | 0.9 | 0.4 |
| Hex | C2 | 30 | A | 0 | 4B | 5F | 18 | C | 5A | 28 |
| Octal | 302 | 60 | 12 | 0 | 113 | 137 | 30 | 14 | 132 | 50 |
| Binary | 11000010 | 110000 | 1010 | 0 | 1001011 | 1011111 | 11000 | 1100 | 1011010 | 101000 |
Color Harmonies of #C2300A
Complementary color
Monochromatic Colors of #C2300A
Black with #C2300A
Text Example
Text Example
White with #C2300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2300A; }
p { color: rgb(194,48,10); }
H1.HeaderClassName
{
color: #C2300A;
}
.AnyTagClassName
{
color: #C2300A;
}
</style>
background-color css
<style>
a { background-color: #C2300A; }
a { background-color: rgb(194,48,10); }
div.DivClassName
{
background-color: #C2300A;
}
.BgClassName
{
background-color: #C2300A;
}
</style>
border-color css
<style>
span { border-color: #C2300A; }
span { border-color: rgb(194,48,10); }
td.TdClassName
{
border-color: #C2300A;
}
.TagClassName
{
border-color: #C2300A;
}
</style>