Html Css Color HEX #C2300F Harley Davidson Orange
📋 copy color: '#C2300F'red 194 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #C2300F
Tints of Harley Davidson Orange #C2300F
RGB
CMYK
RGB Variations
Color information
#C2300F (or 0xC2300F) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 0F. RGB value is (194,48,15). Sum of RGB (Red+Green+Blue) = 194+48+15=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2300F is #3DCFF0. Grayscale: #585858. Windows color (decimal): -4050929 or 995522. OLE color: 995522.
HSL color Cylindrical-coordinate representation of color #C2300F: hue angle of 11.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2300F is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 15 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.24 |
| HSL | 11.06º | 0.86% | 0.41% | - |
| HSV(B) | 11.06º | 0.92% | 0.76% | - |
| XYZ | 23.39 | 13.62 | 1.85 | - |
| YUV | 87.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 15 | 0 | 0.75 | 0.92 | 0.24 | 11.06 | 0.86 | 0.41 |
| Hex | C2 | 30 | F | 0 | 4B | 5C | 18 | B | 56 | 29 |
| Octal | 302 | 60 | 17 | 0 | 113 | 134 | 30 | 13 | 126 | 51 |
| Binary | 11000010 | 110000 | 1111 | 0 | 1001011 | 1011100 | 11000 | 1011 | 1010110 | 101001 |
Color Harmonies of #C2300F
Complementary color
Monochromatic Colors of #C2300F
Black with #C2300F
Text Example
Text Example
White with #C2300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2300F; }
p { color: rgb(194,48,15); }
H1.HeaderClassName
{
color: #C2300F;
}
.AnyTagClassName
{
color: #C2300F;
}
</style>
background-color css
<style>
a { background-color: #C2300F; }
a { background-color: rgb(194,48,15); }
div.DivClassName
{
background-color: #C2300F;
}
.BgClassName
{
background-color: #C2300F;
}
</style>
border-color css
<style>
span { border-color: #C2300F; }
span { border-color: rgb(194,48,15); }
td.TdClassName
{
border-color: #C2300F;
}
.TagClassName
{
border-color: #C2300F;
}
</style>