Html Css Color HEX #CC410C Harley Davidson Orange
📋 copy color: '#CC410C'red 204 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #CC410C
Tints of Harley Davidson Orange #CC410C
RGB
CMYK
RGB Variations
Color information
#CC410C (or 0xCC410C) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 0C. RGB value is (204,65,12). Sum of RGB (Red+Green+Blue) = 204+65+12=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC410C is #33BEF3. Grayscale: #646464. Windows color (decimal): -3391220 or 803276. OLE color: 803276.
HSL color Cylindrical-coordinate representation of color #CC410C: hue angle of 16.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC410C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.2 |
| HSL | 16.56º | 0.89% | 0.42% | - |
| HSV(B) | 16.56º | 0.94% | 0.8% | - |
| XYZ | 26.86 | 16.64 | 2.14 | - |
| YUV | 100.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 12 | 0 | 0.68 | 0.94 | 0.2 | 16.56 | 0.89 | 0.42 |
| Hex | CC | 41 | C | 0 | 44 | 5E | 14 | 11 | 59 | 2A |
| Octal | 314 | 101 | 14 | 0 | 104 | 136 | 24 | 21 | 131 | 52 |
| Binary | 11001100 | 1000001 | 1100 | 0 | 1000100 | 1011110 | 10100 | 10001 | 1011001 | 101010 |
Color Harmonies of #CC410C
Complementary color
Monochromatic Colors of #CC410C
Black with #CC410C
Text Example
Text Example
White with #CC410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC410C; }
p { color: rgb(204,65,12); }
H1.HeaderClassName
{
color: #CC410C;
}
.AnyTagClassName
{
color: #CC410C;
}
</style>
background-color css
<style>
a { background-color: #CC410C; }
a { background-color: rgb(204,65,12); }
div.DivClassName
{
background-color: #CC410C;
}
.BgClassName
{
background-color: #CC410C;
}
</style>
border-color css
<style>
span { border-color: #CC410C; }
span { border-color: rgb(204,65,12); }
td.TdClassName
{
border-color: #CC410C;
}
.TagClassName
{
border-color: #CC410C;
}
</style>