Html Css Color HEX #C83318 Harley Davidson Orange
📋 copy color: '#C83318'red 200 ◦ green 51 ◦ blue 24
Shades of Harley Davidson Orange #C83318
Tints of Harley Davidson Orange #C83318
RGB
CMYK
RGB Variations
Color information
#C83318 (or 0xC83318) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 18. RGB value is (200,51,24). Sum of RGB (Red+Green+Blue) = 200+51+24=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83318 is #37CCE7. Grayscale: #5C5C5C. Windows color (decimal): -3656936 or 1586120. OLE color: 1586120.
HSL color Cylindrical-coordinate representation of color #C83318: hue angle of 9.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C83318 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.22 |
| HSL | 9.2º | 0.79% | 0.44% | - |
| HSV(B) | 9.2º | 0.88% | 0.78% | - |
| XYZ | 25.17 | 14.71 | 2.38 | - |
| YUV | 92.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 24 | 0 | 0.74 | 0.88 | 0.22 | 9.2 | 0.79 | 0.44 |
| Hex | C8 | 33 | 18 | 0 | 4A | 58 | 16 | 9 | 4F | 2C |
| Octal | 310 | 63 | 30 | 0 | 112 | 130 | 26 | 11 | 117 | 54 |
| Binary | 11001000 | 110011 | 11000 | 0 | 1001010 | 1011000 | 10110 | 1001 | 1001111 | 101100 |
Color Harmonies of #C83318
Complementary color
Monochromatic Colors of #C83318
Black with #C83318
Text Example
Text Example
White with #C83318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83318; }
p { color: rgb(200,51,24); }
H1.HeaderClassName
{
color: #C83318;
}
.AnyTagClassName
{
color: #C83318;
}
</style>
background-color css
<style>
a { background-color: #C83318; }
a { background-color: rgb(200,51,24); }
div.DivClassName
{
background-color: #C83318;
}
.BgClassName
{
background-color: #C83318;
}
</style>
border-color css
<style>
span { border-color: #C83318; }
span { border-color: rgb(200,51,24); }
td.TdClassName
{
border-color: #C83318;
}
.TagClassName
{
border-color: #C83318;
}
</style>