Html Css Color HEX #C83F25 Harley Davidson Orange
📋 copy color: '#C83F25'red 200 ◦ green 63 ◦ blue 37
Shades of Harley Davidson Orange #C83F25
Tints of Harley Davidson Orange #C83F25
RGB
CMYK
RGB Variations
Color information
#C83F25 (or 0xC83F25) is known color: Harley Davidson Orange. HEX triplet: C8, 3F and 25. RGB value is (200,63,37). Sum of RGB (Red+Green+Blue) = 200+63+37=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F25 is #37C0DA. Grayscale: #656565. Windows color (decimal): -3653851 or 2441160. OLE color: 2441160.
HSL color Cylindrical-coordinate representation of color #C83F25: hue angle of 9.57º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83F25 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 37 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.22 |
| HSL | 9.57º | 0.69% | 0.46% | - |
| HSV(B) | 9.57º | 0.82% | 0.78% | - |
| XYZ | 25.93 | 15.97 | 3.47 | - |
| YUV | 101 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 37 | 0 | 0.68 | 0.82 | 0.22 | 9.57 | 0.69 | 0.46 |
| Hex | C8 | 3F | 25 | 0 | 44 | 52 | 16 | A | 45 | 2E |
| Octal | 310 | 77 | 45 | 0 | 104 | 122 | 26 | 12 | 105 | 56 |
| Binary | 11001000 | 111111 | 100101 | 0 | 1000100 | 1010010 | 10110 | 1010 | 1000101 | 101110 |
Color Harmonies of #C83F25
Complementary color
Monochromatic Colors of #C83F25
Black with #C83F25
Text Example
Text Example
White with #C83F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F25; }
p { color: rgb(200,63,37); }
H1.HeaderClassName
{
color: #C83F25;
}
.AnyTagClassName
{
color: #C83F25;
}
</style>
background-color css
<style>
a { background-color: #C83F25; }
a { background-color: rgb(200,63,37); }
div.DivClassName
{
background-color: #C83F25;
}
.BgClassName
{
background-color: #C83F25;
}
</style>
border-color css
<style>
span { border-color: #C83F25; }
span { border-color: rgb(200,63,37); }
td.TdClassName
{
border-color: #C83F25;
}
.TagClassName
{
border-color: #C83F25;
}
</style>