Html Css Color HEX #C23208 Harley Davidson Orange
📋 copy color: '#C23208'red 194 ◦ green 50 ◦ blue 8
Shades of Harley Davidson Orange #C23208
Tints of Harley Davidson Orange #C23208
RGB
CMYK
RGB Variations
Color information
#C23208 (or 0xC23208) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 08. RGB value is (194,50,8). Sum of RGB (Red+Green+Blue) = 194+50+8=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C23208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23208 is #3DCDF7. Grayscale: #585858. Windows color (decimal): -4050424 or 537282. OLE color: 537282.
HSL color Cylindrical-coordinate representation of color #C23208: hue angle of 13.55º 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 #C23208 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.24 |
| HSL | 13.55º | 0.92% | 0.4% | - |
| HSV(B) | 13.55º | 0.96% | 0.76% | - |
| XYZ | 23.43 | 13.77 | 1.65 | - |
| YUV | 88.27 | 82.71 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 8 | 0 | 0.74 | 0.96 | 0.24 | 13.55 | 0.92 | 0.4 |
| Hex | C2 | 32 | 8 | 0 | 4A | 60 | 18 | E | 5C | 28 |
| Octal | 302 | 62 | 10 | 0 | 112 | 140 | 30 | 16 | 134 | 50 |
| Binary | 11000010 | 110010 | 1000 | 0 | 1001010 | 1100000 | 11000 | 1110 | 1011100 | 101000 |
Color Harmonies of #C23208
Complementary color
Monochromatic Colors of #C23208
Black with #C23208
Text Example
Text Example
White with #C23208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23208; }
p { color: rgb(194,50,8); }
H1.HeaderClassName
{
color: #C23208;
}
.AnyTagClassName
{
color: #C23208;
}
</style>
background-color css
<style>
a { background-color: #C23208; }
a { background-color: rgb(194,50,8); }
div.DivClassName
{
background-color: #C23208;
}
.BgClassName
{
background-color: #C23208;
}
</style>
border-color css
<style>
span { border-color: #C23208; }
span { border-color: rgb(194,50,8); }
td.TdClassName
{
border-color: #C23208;
}
.TagClassName
{
border-color: #C23208;
}
</style>