Html Css Color HEX #CC4103 Harley Davidson Orange
📋 copy color: '#CC4103'red 204 ◦ green 65 ◦ blue 3
Shades of Harley Davidson Orange #CC4103
Tints of Harley Davidson Orange #CC4103
RGB
CMYK
RGB Variations
Color information
#CC4103 (or 0xCC4103) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 03. RGB value is (204,65,3). Sum of RGB (Red+Green+Blue) = 204+65+3=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4103 is #33BEFC. Grayscale: #636363. Windows color (decimal): -3391229 or 213452. OLE color: 213452.
HSL color Cylindrical-coordinate representation of color #CC4103: hue angle of 18.51º 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 #CC4103 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.2 |
| HSL | 18.51º | 0.97% | 0.41% | - |
| HSV(B) | 18.51º | 0.99% | 0.8% | - |
| XYZ | 26.81 | 16.62 | 1.88 | - |
| YUV | 99.49 | 73.55 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 3 | 0 | 0.68 | 0.99 | 0.2 | 18.51 | 0.97 | 0.41 |
| Hex | CC | 41 | 3 | 0 | 44 | 63 | 14 | 13 | 61 | 29 |
| Octal | 314 | 101 | 3 | 0 | 104 | 143 | 24 | 23 | 141 | 51 |
| Binary | 11001100 | 1000001 | 11 | 0 | 1000100 | 1100011 | 10100 | 10011 | 1100001 | 101001 |
Color Harmonies of #CC4103
Complementary color
Monochromatic Colors of #CC4103
Black with #CC4103
Text Example
Text Example
White with #CC4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4103; }
p { color: rgb(204,65,3); }
H1.HeaderClassName
{
color: #CC4103;
}
.AnyTagClassName
{
color: #CC4103;
}
</style>
background-color css
<style>
a { background-color: #CC4103; }
a { background-color: rgb(204,65,3); }
div.DivClassName
{
background-color: #CC4103;
}
.BgClassName
{
background-color: #CC4103;
}
</style>
border-color css
<style>
span { border-color: #CC4103; }
span { border-color: rgb(204,65,3); }
td.TdClassName
{
border-color: #CC4103;
}
.TagClassName
{
border-color: #CC4103;
}
</style>