Html Css Color HEX #C83300 Harley Davidson Orange
📋 copy color: '#C83300'red 200 ◦ green 51 ◦ blue 0
Shades of Harley Davidson Orange #C83300
Tints of Harley Davidson Orange #C83300
RGB
CMYK
RGB Variations
Color information
#C83300 (or 0xC83300) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 00. RGB value is (200,51,0). Sum of RGB (Red+Green+Blue) = 200+51+0=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C83300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83300 is #37CCFF. Grayscale: #5A5A5A. Windows color (decimal): -3656960 or 13256. OLE color: 13256.
HSL color Cylindrical-coordinate representation of color #C83300: hue angle of 15.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.22 |
| HSL | 15.3º | 1% | 0.39% | - |
| HSV(B) | 15.3º | 1% | 0.78% | - |
| XYZ | 25 | 14.65 | 1.51 | - |
| YUV | 89.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 0 | 0 | 0.74 | 1 | 0.22 | 15.3 | 1 | 0.39 |
| Hex | C8 | 33 | 0 | 0 | 4A | 64 | 16 | F | 64 | 27 |
| Octal | 310 | 63 | 0 | 0 | 112 | 144 | 26 | 17 | 144 | 47 |
| Binary | 11001000 | 110011 | 0 | 0 | 1001010 | 1100100 | 10110 | 1111 | 1100100 | 100111 |
Color Harmonies of #C83300
Complementary color
Monochromatic Colors of #C83300
Black with #C83300
Text Example
Text Example
White with #C83300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83300; }
p { color: rgb(200,51,0); }
H1.HeaderClassName
{
color: #C83300;
}
.AnyTagClassName
{
color: #C83300;
}
</style>
background-color css
<style>
a { background-color: #C83300; }
a { background-color: rgb(200,51,0); }
div.DivClassName
{
background-color: #C83300;
}
.BgClassName
{
background-color: #C83300;
}
</style>
border-color css
<style>
span { border-color: #C83300; }
span { border-color: rgb(200,51,0); }
td.TdClassName
{
border-color: #C83300;
}
.TagClassName
{
border-color: #C83300;
}
</style>