Html Css Color HEX #C24321 Harley Davidson Orange
📋 copy color: '#C24321'red 194 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #C24321
Tints of Harley Davidson Orange #C24321
RGB
CMYK
RGB Variations
Color information
#C24321 (or 0xC24321) is known color: Harley Davidson Orange. HEX triplet: C2, 43 and 21. RGB value is (194,67,33). Sum of RGB (Red+Green+Blue) = 194+67+33=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C24321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24321 is #3DBCDE. Grayscale: #656565. Windows color (decimal): -4046047 or 2180034. OLE color: 2180034.
HSL color Cylindrical-coordinate representation of color #C24321: hue angle of 12.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C24321 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.24 |
| HSL | 12.67º | 0.71% | 0.45% | - |
| HSV(B) | 12.67º | 0.83% | 0.76% | - |
| XYZ | 24.53 | 15.59 | 3.16 | - |
| YUV | 101.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 33 | 0 | 0.65 | 0.83 | 0.24 | 12.67 | 0.71 | 0.45 |
| Hex | C2 | 43 | 21 | 0 | 41 | 53 | 18 | D | 47 | 2D |
| Octal | 302 | 103 | 41 | 0 | 101 | 123 | 30 | 15 | 107 | 55 |
| Binary | 11000010 | 1000011 | 100001 | 0 | 1000001 | 1010011 | 11000 | 1101 | 1000111 | 101101 |
Color Harmonies of #C24321
Complementary color
Monochromatic Colors of #C24321
Black with #C24321
Text Example
Text Example
White with #C24321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24321; }
p { color: rgb(194,67,33); }
H1.HeaderClassName
{
color: #C24321;
}
.AnyTagClassName
{
color: #C24321;
}
</style>
background-color css
<style>
a { background-color: #C24321; }
a { background-color: rgb(194,67,33); }
div.DivClassName
{
background-color: #C24321;
}
.BgClassName
{
background-color: #C24321;
}
</style>
border-color css
<style>
span { border-color: #C24321; }
span { border-color: rgb(194,67,33); }
td.TdClassName
{
border-color: #C24321;
}
.TagClassName
{
border-color: #C24321;
}
</style>