Html Css Color HEX #CC3813 Harley Davidson Orange
📋 copy color: '#CC3813'red 204 ◦ green 56 ◦ blue 19
Shades of Harley Davidson Orange #CC3813
Tints of Harley Davidson Orange #CC3813
RGB
CMYK
RGB Variations
Color information
#CC3813 (or 0xCC3813) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 13. RGB value is (204,56,19). Sum of RGB (Red+Green+Blue) = 204+56+19=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3813 is #33C7EC. Grayscale: #606060. Windows color (decimal): -3393517 or 1259724. OLE color: 1259724.
HSL color Cylindrical-coordinate representation of color #CC3813: hue angle of 12º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3813 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.2 |
| HSL | 12º | 0.83% | 0.44% | - |
| HSV(B) | 12º | 0.91% | 0.8% | - |
| XYZ | 26.43 | 15.71 | 2.26 | - |
| YUV | 96.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 19 | 0 | 0.73 | 0.91 | 0.2 | 12 | 0.83 | 0.44 |
| Hex | CC | 38 | 13 | 0 | 49 | 5B | 14 | C | 53 | 2C |
| Octal | 314 | 70 | 23 | 0 | 111 | 133 | 24 | 14 | 123 | 54 |
| Binary | 11001100 | 111000 | 10011 | 0 | 1001001 | 1011011 | 10100 | 1100 | 1010011 | 101100 |
Color Harmonies of #CC3813
Complementary color
Monochromatic Colors of #CC3813
Black with #CC3813
Text Example
Text Example
White with #CC3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3813; }
p { color: rgb(204,56,19); }
H1.HeaderClassName
{
color: #CC3813;
}
.AnyTagClassName
{
color: #CC3813;
}
</style>
background-color css
<style>
a { background-color: #CC3813; }
a { background-color: rgb(204,56,19); }
div.DivClassName
{
background-color: #CC3813;
}
.BgClassName
{
background-color: #CC3813;
}
</style>
border-color css
<style>
span { border-color: #CC3813; }
span { border-color: rgb(204,56,19); }
td.TdClassName
{
border-color: #CC3813;
}
.TagClassName
{
border-color: #CC3813;
}
</style>