Html Css Color HEX #CC3819 Harley Davidson Orange
📋 copy color: '#CC3819'red 204 ◦ green 56 ◦ blue 25
Shades of Harley Davidson Orange #CC3819
Tints of Harley Davidson Orange #CC3819
RGB
CMYK
RGB Variations
Color information
#CC3819 (or 0xCC3819) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 19. RGB value is (204,56,25). Sum of RGB (Red+Green+Blue) = 204+56+25=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3819 is #33C7E6. Grayscale: #606060. Windows color (decimal): -3393511 or 1652940. OLE color: 1652940.
HSL color Cylindrical-coordinate representation of color #CC3819: hue angle of 10.39º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC3819 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 25 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.2 |
| HSL | 10.39º | 0.78% | 0.45% | - |
| HSV(B) | 10.39º | 0.88% | 0.8% | - |
| XYZ | 26.49 | 15.74 | 2.56 | - |
| YUV | 96.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 25 | 0 | 0.73 | 0.88 | 0.2 | 10.39 | 0.78 | 0.45 |
| Hex | CC | 38 | 19 | 0 | 49 | 58 | 14 | A | 4E | 2D |
| Octal | 314 | 70 | 31 | 0 | 111 | 130 | 24 | 12 | 116 | 55 |
| Binary | 11001100 | 111000 | 11001 | 0 | 1001001 | 1011000 | 10100 | 1010 | 1001110 | 101101 |
Color Harmonies of #CC3819
Complementary color
Monochromatic Colors of #CC3819
Black with #CC3819
Text Example
Text Example
White with #CC3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3819; }
p { color: rgb(204,56,25); }
H1.HeaderClassName
{
color: #CC3819;
}
.AnyTagClassName
{
color: #CC3819;
}
</style>
background-color css
<style>
a { background-color: #CC3819; }
a { background-color: rgb(204,56,25); }
div.DivClassName
{
background-color: #CC3819;
}
.BgClassName
{
background-color: #CC3819;
}
</style>
border-color css
<style>
span { border-color: #CC3819; }
span { border-color: rgb(204,56,25); }
td.TdClassName
{
border-color: #CC3819;
}
.TagClassName
{
border-color: #CC3819;
}
</style>