Html Css Color HEX #C23318 Harley Davidson Orange
📋 copy color: '#C23318'red 194 ◦ green 51 ◦ blue 24
Shades of Harley Davidson Orange #C23318
Tints of Harley Davidson Orange #C23318
RGB
CMYK
RGB Variations
Color information
#C23318 (or 0xC23318) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 18. RGB value is (194,51,24). Sum of RGB (Red+Green+Blue) = 194+51+24=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23318 is #3DCCE7. Grayscale: #5A5A5A. Windows color (decimal): -4050152 or 1586114. OLE color: 1586114.
HSL color Cylindrical-coordinate representation of color #C23318: hue angle of 9.53º degrees, saturation: 0.78, 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 #C23318 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.24 |
| HSL | 9.53º | 0.78% | 0.43% | - |
| HSV(B) | 9.53º | 0.88% | 0.76% | - |
| XYZ | 23.6 | 13.9 | 2.3 | - |
| YUV | 90.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 24 | 0 | 0.74 | 0.88 | 0.24 | 9.53 | 0.78 | 0.43 |
| Hex | C2 | 33 | 18 | 0 | 4A | 58 | 18 | A | 4E | 2B |
| Octal | 302 | 63 | 30 | 0 | 112 | 130 | 30 | 12 | 116 | 53 |
| Binary | 11000010 | 110011 | 11000 | 0 | 1001010 | 1011000 | 11000 | 1010 | 1001110 | 101011 |
Color Harmonies of #C23318
Complementary color
Monochromatic Colors of #C23318
Black with #C23318
Text Example
Text Example
White with #C23318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23318; }
p { color: rgb(194,51,24); }
H1.HeaderClassName
{
color: #C23318;
}
.AnyTagClassName
{
color: #C23318;
}
</style>
background-color css
<style>
a { background-color: #C23318; }
a { background-color: rgb(194,51,24); }
div.DivClassName
{
background-color: #C23318;
}
.BgClassName
{
background-color: #C23318;
}
</style>
border-color css
<style>
span { border-color: #C23318; }
span { border-color: rgb(194,51,24); }
td.TdClassName
{
border-color: #C23318;
}
.TagClassName
{
border-color: #C23318;
}
</style>