Html Css Color HEX #C23407 Harley Davidson Orange
📋 copy color: '#C23407'red 194 ◦ green 52 ◦ blue 7
Shades of Harley Davidson Orange #C23407
Tints of Harley Davidson Orange #C23407
RGB
CMYK
RGB Variations
Color information
#C23407 (or 0xC23407) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 07. RGB value is (194,52,7). Sum of RGB (Red+Green+Blue) = 194+52+7=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C23407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23407 is #3DCBF8. Grayscale: #595959. Windows color (decimal): -4049913 or 472258. OLE color: 472258.
HSL color Cylindrical-coordinate representation of color #C23407: hue angle of 14.44º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C23407 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.24 |
| HSL | 14.44º | 0.93% | 0.39% | - |
| HSV(B) | 14.44º | 0.96% | 0.76% | - |
| XYZ | 23.51 | 13.94 | 1.65 | - |
| YUV | 89.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 7 | 0 | 0.73 | 0.96 | 0.24 | 14.44 | 0.93 | 0.39 |
| Hex | C2 | 34 | 7 | 0 | 49 | 60 | 18 | E | 5D | 27 |
| Octal | 302 | 64 | 7 | 0 | 111 | 140 | 30 | 16 | 135 | 47 |
| Binary | 11000010 | 110100 | 111 | 0 | 1001001 | 1100000 | 11000 | 1110 | 1011101 | 100111 |
Color Harmonies of #C23407
Complementary color
Monochromatic Colors of #C23407
Black with #C23407
Text Example
Text Example
White with #C23407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23407; }
p { color: rgb(194,52,7); }
H1.HeaderClassName
{
color: #C23407;
}
.AnyTagClassName
{
color: #C23407;
}
</style>
background-color css
<style>
a { background-color: #C23407; }
a { background-color: rgb(194,52,7); }
div.DivClassName
{
background-color: #C23407;
}
.BgClassName
{
background-color: #C23407;
}
</style>
border-color css
<style>
span { border-color: #C23407; }
span { border-color: rgb(194,52,7); }
td.TdClassName
{
border-color: #C23407;
}
.TagClassName
{
border-color: #C23407;
}
</style>