Html Css Color HEX #C03423 Harley Davidson Orange
📋 copy color: '#C03423'red 192 ◦ green 52 ◦ blue 35
Shades of Harley Davidson Orange #C03423
Tints of Harley Davidson Orange #C03423
RGB
CMYK
RGB Variations
Color information
#C03423 (or 0xC03423) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 23. RGB value is (192,52,35). Sum of RGB (Red+Green+Blue) = 192+52+35=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03423 is #3FCBDC. Grayscale: #5C5C5C. Windows color (decimal): -4180957 or 2307264. OLE color: 2307264.
HSL color Cylindrical-coordinate representation of color #C03423: hue angle of 6.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03423 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 35 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.25 |
| HSL | 6.5º | 0.69% | 0.45% | - |
| HSV(B) | 6.5º | 0.82% | 0.75% | - |
| XYZ | 23.27 | 13.78 | 3.02 | - |
| YUV | 91.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 35 | 0 | 0.73 | 0.82 | 0.25 | 6.5 | 0.69 | 0.45 |
| Hex | C0 | 34 | 23 | 0 | 49 | 52 | 19 | 6 | 45 | 2D |
| Octal | 300 | 64 | 43 | 0 | 111 | 122 | 31 | 6 | 105 | 55 |
| Binary | 11000000 | 110100 | 100011 | 0 | 1001001 | 1010010 | 11001 | 110 | 1000101 | 101101 |
Color Harmonies of #C03423
Complementary color
Monochromatic Colors of #C03423
Black with #C03423
Text Example
Text Example
White with #C03423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03423; }
p { color: rgb(192,52,35); }
H1.HeaderClassName
{
color: #C03423;
}
.AnyTagClassName
{
color: #C03423;
}
</style>
background-color css
<style>
a { background-color: #C03423; }
a { background-color: rgb(192,52,35); }
div.DivClassName
{
background-color: #C03423;
}
.BgClassName
{
background-color: #C03423;
}
</style>
border-color css
<style>
span { border-color: #C03423; }
span { border-color: rgb(192,52,35); }
td.TdClassName
{
border-color: #C03423;
}
.TagClassName
{
border-color: #C03423;
}
</style>