Html Css Color HEX #CC3817 Harley Davidson Orange
📋 copy color: '#CC3817'red 204 ◦ green 56 ◦ blue 23
Shades of Harley Davidson Orange #CC3817
Tints of Harley Davidson Orange #CC3817
RGB
CMYK
RGB Variations
Color information
#CC3817 (or 0xCC3817) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 17. RGB value is (204,56,23). Sum of RGB (Red+Green+Blue) = 204+56+23=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3817 is #33C7E8. Grayscale: #606060. Windows color (decimal): -3393513 or 1521868. OLE color: 1521868.
HSL color Cylindrical-coordinate representation of color #CC3817: hue angle of 10.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC3817 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 23 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.2 |
| HSL | 10.94º | 0.8% | 0.45% | - |
| HSV(B) | 10.94º | 0.89% | 0.8% | - |
| XYZ | 26.47 | 15.73 | 2.45 | - |
| YUV | 96.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 23 | 0 | 0.73 | 0.89 | 0.2 | 10.94 | 0.8 | 0.45 |
| Hex | CC | 38 | 17 | 0 | 49 | 59 | 14 | B | 50 | 2D |
| Octal | 314 | 70 | 27 | 0 | 111 | 131 | 24 | 13 | 120 | 55 |
| Binary | 11001100 | 111000 | 10111 | 0 | 1001001 | 1011001 | 10100 | 1011 | 1010000 | 101101 |
Color Harmonies of #CC3817
Complementary color
Monochromatic Colors of #CC3817
Black with #CC3817
Text Example
Text Example
White with #CC3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3817; }
p { color: rgb(204,56,23); }
H1.HeaderClassName
{
color: #CC3817;
}
.AnyTagClassName
{
color: #CC3817;
}
</style>
background-color css
<style>
a { background-color: #CC3817; }
a { background-color: rgb(204,56,23); }
div.DivClassName
{
background-color: #CC3817;
}
.BgClassName
{
background-color: #CC3817;
}
</style>
border-color css
<style>
span { border-color: #CC3817; }
span { border-color: rgb(204,56,23); }
td.TdClassName
{
border-color: #CC3817;
}
.TagClassName
{
border-color: #CC3817;
}
</style>