Html Css Color HEX #CC3905 Harley Davidson Orange
📋 copy color: '#CC3905'red 204 ◦ green 57 ◦ blue 5
Shades of Harley Davidson Orange #CC3905
Tints of Harley Davidson Orange #CC3905
RGB
CMYK
RGB Variations
Color information
#CC3905 (or 0xCC3905) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 05. RGB value is (204,57,5). Sum of RGB (Red+Green+Blue) = 204+57+5=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3905 is #33C6FA. Grayscale: #5F5F5F. Windows color (decimal): -3393275 or 342476. OLE color: 342476.
HSL color Cylindrical-coordinate representation of color #CC3905: hue angle of 15.68º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC3905 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.2 |
| HSL | 15.68º | 0.95% | 0.41% | - |
| HSV(B) | 15.68º | 0.98% | 0.8% | - |
| XYZ | 26.39 | 15.77 | 1.8 | - |
| YUV | 95.03 | 77.2 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 5 | 0 | 0.72 | 0.98 | 0.2 | 15.68 | 0.95 | 0.41 |
| Hex | CC | 39 | 5 | 0 | 48 | 62 | 14 | 10 | 5F | 29 |
| Octal | 314 | 71 | 5 | 0 | 110 | 142 | 24 | 20 | 137 | 51 |
| Binary | 11001100 | 111001 | 101 | 0 | 1001000 | 1100010 | 10100 | 10000 | 1011111 | 101001 |
Color Harmonies of #CC3905
Complementary color
Monochromatic Colors of #CC3905
Black with #CC3905
Text Example
Text Example
White with #CC3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3905; }
p { color: rgb(204,57,5); }
H1.HeaderClassName
{
color: #CC3905;
}
.AnyTagClassName
{
color: #CC3905;
}
</style>
background-color css
<style>
a { background-color: #CC3905; }
a { background-color: rgb(204,57,5); }
div.DivClassName
{
background-color: #CC3905;
}
.BgClassName
{
background-color: #CC3905;
}
</style>
border-color css
<style>
span { border-color: #CC3905; }
span { border-color: rgb(204,57,5); }
td.TdClassName
{
border-color: #CC3905;
}
.TagClassName
{
border-color: #CC3905;
}
</style>