Html Css Color HEX #CC3803 Harley Davidson Orange
📋 copy color: '#CC3803'red 204 ◦ green 56 ◦ blue 3
Shades of Harley Davidson Orange #CC3803
Tints of Harley Davidson Orange #CC3803
RGB
CMYK
RGB Variations
Color information
#CC3803 (or 0xCC3803) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 03. RGB value is (204,56,3). Sum of RGB (Red+Green+Blue) = 204+56+3=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3803 is #33C7FC. Grayscale: #5E5E5E. Windows color (decimal): -3393533 or 211148. OLE color: 211148.
HSL color Cylindrical-coordinate representation of color #CC3803: hue angle of 15.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC3803 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.2 |
| HSL | 15.82º | 0.97% | 0.41% | - |
| HSV(B) | 15.82º | 0.99% | 0.8% | - |
| XYZ | 26.33 | 15.67 | 1.72 | - |
| YUV | 94.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 3 | 0 | 0.73 | 0.99 | 0.2 | 15.82 | 0.97 | 0.41 |
| Hex | CC | 38 | 3 | 0 | 49 | 63 | 14 | 10 | 61 | 29 |
| Octal | 314 | 70 | 3 | 0 | 111 | 143 | 24 | 20 | 141 | 51 |
| Binary | 11001100 | 111000 | 11 | 0 | 1001001 | 1100011 | 10100 | 10000 | 1100001 | 101001 |
Color Harmonies of #CC3803
Complementary color
Monochromatic Colors of #CC3803
Black with #CC3803
Text Example
Text Example
White with #CC3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3803; }
p { color: rgb(204,56,3); }
H1.HeaderClassName
{
color: #CC3803;
}
.AnyTagClassName
{
color: #CC3803;
}
</style>
background-color css
<style>
a { background-color: #CC3803; }
a { background-color: rgb(204,56,3); }
div.DivClassName
{
background-color: #CC3803;
}
.BgClassName
{
background-color: #CC3803;
}
</style>
border-color css
<style>
span { border-color: #CC3803; }
span { border-color: rgb(204,56,3); }
td.TdClassName
{
border-color: #CC3803;
}
.TagClassName
{
border-color: #CC3803;
}
</style>