Html Css Color HEX #C23308 Harley Davidson Orange
📋 copy color: '#C23308'red 194 ◦ green 51 ◦ blue 8
Shades of Harley Davidson Orange #C23308
Tints of Harley Davidson Orange #C23308
RGB
CMYK
RGB Variations
Color information
#C23308 (or 0xC23308) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 08. RGB value is (194,51,8). Sum of RGB (Red+Green+Blue) = 194+51+8=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C23308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23308 is #3DCCF7. Grayscale: #595959. Windows color (decimal): -4050168 or 537538. OLE color: 537538.
HSL color Cylindrical-coordinate representation of color #C23308: hue angle of 13.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C23308 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.24 |
| HSL | 13.87º | 0.92% | 0.4% | - |
| HSV(B) | 13.87º | 0.96% | 0.76% | - |
| XYZ | 23.48 | 13.85 | 1.67 | - |
| YUV | 88.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 8 | 0 | 0.74 | 0.96 | 0.24 | 13.87 | 0.92 | 0.4 |
| Hex | C2 | 33 | 8 | 0 | 4A | 60 | 18 | E | 5C | 28 |
| Octal | 302 | 63 | 10 | 0 | 112 | 140 | 30 | 16 | 134 | 50 |
| Binary | 11000010 | 110011 | 1000 | 0 | 1001010 | 1100000 | 11000 | 1110 | 1011100 | 101000 |
Color Harmonies of #C23308
Complementary color
Monochromatic Colors of #C23308
Black with #C23308
Text Example
Text Example
White with #C23308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23308; }
p { color: rgb(194,51,8); }
H1.HeaderClassName
{
color: #C23308;
}
.AnyTagClassName
{
color: #C23308;
}
</style>
background-color css
<style>
a { background-color: #C23308; }
a { background-color: rgb(194,51,8); }
div.DivClassName
{
background-color: #C23308;
}
.BgClassName
{
background-color: #C23308;
}
</style>
border-color css
<style>
span { border-color: #C23308; }
span { border-color: rgb(194,51,8); }
td.TdClassName
{
border-color: #C23308;
}
.TagClassName
{
border-color: #C23308;
}
</style>