Html Css Color HEX #C23417 Harley Davidson Orange
📋 copy color: '#C23417'red 194 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #C23417
Tints of Harley Davidson Orange #C23417
RGB
CMYK
RGB Variations
Color information
#C23417 (or 0xC23417) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 17. RGB value is (194,52,23). Sum of RGB (Red+Green+Blue) = 194+52+23=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23417 is #3DCBE8. Grayscale: #5B5B5B. Windows color (decimal): -4049897 or 1520834. OLE color: 1520834.
HSL color Cylindrical-coordinate representation of color #C23417: hue angle of 10.18º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C23417 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 23 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.24 |
| HSL | 10.18º | 0.79% | 0.43% | - |
| HSV(B) | 10.18º | 0.88% | 0.76% | - |
| XYZ | 23.63 | 13.99 | 2.26 | - |
| YUV | 91.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 23 | 0 | 0.73 | 0.88 | 0.24 | 10.18 | 0.79 | 0.43 |
| Hex | C2 | 34 | 17 | 0 | 49 | 58 | 18 | A | 4F | 2B |
| Octal | 302 | 64 | 27 | 0 | 111 | 130 | 30 | 12 | 117 | 53 |
| Binary | 11000010 | 110100 | 10111 | 0 | 1001001 | 1011000 | 11000 | 1010 | 1001111 | 101011 |
Color Harmonies of #C23417
Complementary color
Monochromatic Colors of #C23417
Black with #C23417
Text Example
Text Example
White with #C23417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23417; }
p { color: rgb(194,52,23); }
H1.HeaderClassName
{
color: #C23417;
}
.AnyTagClassName
{
color: #C23417;
}
</style>
background-color css
<style>
a { background-color: #C23417; }
a { background-color: rgb(194,52,23); }
div.DivClassName
{
background-color: #C23417;
}
.BgClassName
{
background-color: #C23417;
}
</style>
border-color css
<style>
span { border-color: #C23417; }
span { border-color: rgb(194,52,23); }
td.TdClassName
{
border-color: #C23417;
}
.TagClassName
{
border-color: #C23417;
}
</style>