Html Css Color HEX #C83201 Harley Davidson Orange
📋 copy color: '#C83201'red 200 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #C83201
Tints of Harley Davidson Orange #C83201
RGB
CMYK
RGB Variations
Color information
#C83201 (or 0xC83201) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 01. RGB value is (200,50,1). Sum of RGB (Red+Green+Blue) = 200+50+1=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C83201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83201 is #37CDFE. Grayscale: #595959. Windows color (decimal): -3657215 or 78536. OLE color: 78536.
HSL color Cylindrical-coordinate representation of color #C83201: hue angle of 14.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83201 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.22 |
| HSL | 14.77º | 0.99% | 0.39% | - |
| HSV(B) | 14.77º | 1% | 0.78% | - |
| XYZ | 24.97 | 14.56 | 1.52 | - |
| YUV | 89.26 | 78.2 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 1 | 0 | 0.75 | 1.00 | 0.22 | 14.77 | 0.99 | 0.39 |
| Hex | C8 | 32 | 1 | 0 | 4B | 64 | 16 | F | 63 | 27 |
| Octal | 310 | 62 | 1 | 0 | 113 | 144 | 26 | 17 | 143 | 47 |
| Binary | 11001000 | 110010 | 1 | 0 | 1001011 | 1100100 | 10110 | 1111 | 1100011 | 100111 |
Color Harmonies of #C83201
Complementary color
Monochromatic Colors of #C83201
Black with #C83201
Text Example
Text Example
White with #C83201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83201; }
p { color: rgb(200,50,1); }
H1.HeaderClassName
{
color: #C83201;
}
.AnyTagClassName
{
color: #C83201;
}
</style>
background-color css
<style>
a { background-color: #C83201; }
a { background-color: rgb(200,50,1); }
div.DivClassName
{
background-color: #C83201;
}
.BgClassName
{
background-color: #C83201;
}
</style>
border-color css
<style>
span { border-color: #C83201; }
span { border-color: rgb(200,50,1); }
td.TdClassName
{
border-color: #C83201;
}
.TagClassName
{
border-color: #C83201;
}
</style>