Html Css Color HEX #C94320 Harley Davidson Orange
📋 copy color: '#C94320'red 201 ◦ green 67 ◦ blue 32
Shades of Harley Davidson Orange #C94320
Tints of Harley Davidson Orange #C94320
RGB
CMYK
RGB Variations
Color information
#C94320 (or 0xC94320) is known color: Harley Davidson Orange. HEX triplet: C9, 43 and 20. RGB value is (201,67,32). Sum of RGB (Red+Green+Blue) = 201+67+32=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C94320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94320 is #36BCDF. Grayscale: #676767. Windows color (decimal): -3587296 or 2114505. OLE color: 2114505.
HSL color Cylindrical-coordinate representation of color #C94320: hue angle of 12.43º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C94320 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 32 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.21 |
| HSL | 12.43º | 0.73% | 0.46% | - |
| HSV(B) | 12.43º | 0.84% | 0.79% | - |
| XYZ | 26.36 | 16.54 | 3.17 | - |
| YUV | 103.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 32 | 0 | 0.67 | 0.84 | 0.21 | 12.43 | 0.73 | 0.46 |
| Hex | C9 | 43 | 20 | 0 | 43 | 54 | 15 | C | 49 | 2E |
| Octal | 311 | 103 | 40 | 0 | 103 | 124 | 25 | 14 | 111 | 56 |
| Binary | 11001001 | 1000011 | 100000 | 0 | 1000011 | 1010100 | 10101 | 1100 | 1001001 | 101110 |
Color Harmonies of #C94320
Complementary color
Monochromatic Colors of #C94320
Black with #C94320
Text Example
Text Example
White with #C94320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94320; }
p { color: rgb(201,67,32); }
H1.HeaderClassName
{
color: #C94320;
}
.AnyTagClassName
{
color: #C94320;
}
</style>
background-color css
<style>
a { background-color: #C94320; }
a { background-color: rgb(201,67,32); }
div.DivClassName
{
background-color: #C94320;
}
.BgClassName
{
background-color: #C94320;
}
</style>
border-color css
<style>
span { border-color: #C94320; }
span { border-color: rgb(201,67,32); }
td.TdClassName
{
border-color: #C94320;
}
.TagClassName
{
border-color: #C94320;
}
</style>