Html Css Color HEX #C93F25 Harley Davidson Orange
📋 copy color: '#C93F25'red 201 ◦ green 63 ◦ blue 37
Shades of Harley Davidson Orange #C93F25
Tints of Harley Davidson Orange #C93F25
RGB
CMYK
RGB Variations
Color information
#C93F25 (or 0xC93F25) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 25. RGB value is (201,63,37). Sum of RGB (Red+Green+Blue) = 201+63+37=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F25 is #36C0DA. Grayscale: #656565. Windows color (decimal): -3588315 or 2441161. OLE color: 2441161.
HSL color Cylindrical-coordinate representation of color #C93F25: hue angle of 9.51º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C93F25 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 37 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.21 |
| HSL | 9.51º | 0.69% | 0.47% | - |
| HSV(B) | 9.51º | 0.82% | 0.79% | - |
| XYZ | 26.2 | 16.11 | 3.48 | - |
| YUV | 101.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 37 | 0 | 0.69 | 0.82 | 0.21 | 9.51 | 0.69 | 0.47 |
| Hex | C9 | 3F | 25 | 0 | 45 | 52 | 15 | A | 45 | 2F |
| Octal | 311 | 77 | 45 | 0 | 105 | 122 | 25 | 12 | 105 | 57 |
| Binary | 11001001 | 111111 | 100101 | 0 | 1000101 | 1010010 | 10101 | 1010 | 1000101 | 101111 |
Color Harmonies of #C93F25
Complementary color
Monochromatic Colors of #C93F25
Black with #C93F25
Text Example
Text Example
White with #C93F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F25; }
p { color: rgb(201,63,37); }
H1.HeaderClassName
{
color: #C93F25;
}
.AnyTagClassName
{
color: #C93F25;
}
</style>
background-color css
<style>
a { background-color: #C93F25; }
a { background-color: rgb(201,63,37); }
div.DivClassName
{
background-color: #C93F25;
}
.BgClassName
{
background-color: #C93F25;
}
</style>
border-color css
<style>
span { border-color: #C93F25; }
span { border-color: rgb(201,63,37); }
td.TdClassName
{
border-color: #C93F25;
}
.TagClassName
{
border-color: #C93F25;
}
</style>