Html Css Color HEX #CC410A Harley Davidson Orange
📋 copy color: '#CC410A'red 204 ◦ green 65 ◦ blue 10
Shades of Harley Davidson Orange #CC410A
Tints of Harley Davidson Orange #CC410A
RGB
CMYK
RGB Variations
Color information
#CC410A (or 0xCC410A) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 0A. RGB value is (204,65,10). Sum of RGB (Red+Green+Blue) = 204+65+10=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC410A is #33BEF5. Grayscale: #646464. Windows color (decimal): -3391222 or 672204. OLE color: 672204.
HSL color Cylindrical-coordinate representation of color #CC410A: hue angle of 17.01º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC410A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.2 |
| HSL | 17.01º | 0.91% | 0.42% | - |
| HSV(B) | 17.01º | 0.95% | 0.8% | - |
| XYZ | 26.85 | 16.64 | 2.08 | - |
| YUV | 100.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 10 | 0 | 0.68 | 0.95 | 0.2 | 17.01 | 0.91 | 0.42 |
| Hex | CC | 41 | A | 0 | 44 | 5F | 14 | 11 | 5B | 2A |
| Octal | 314 | 101 | 12 | 0 | 104 | 137 | 24 | 21 | 133 | 52 |
| Binary | 11001100 | 1000001 | 1010 | 0 | 1000100 | 1011111 | 10100 | 10001 | 1011011 | 101010 |
Color Harmonies of #CC410A
Complementary color
Monochromatic Colors of #CC410A
Black with #CC410A
Text Example
Text Example
White with #CC410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC410A; }
p { color: rgb(204,65,10); }
H1.HeaderClassName
{
color: #CC410A;
}
.AnyTagClassName
{
color: #CC410A;
}
</style>
background-color css
<style>
a { background-color: #CC410A; }
a { background-color: rgb(204,65,10); }
div.DivClassName
{
background-color: #CC410A;
}
.BgClassName
{
background-color: #CC410A;
}
</style>
border-color css
<style>
span { border-color: #CC410A; }
span { border-color: rgb(204,65,10); }
td.TdClassName
{
border-color: #CC410A;
}
.TagClassName
{
border-color: #CC410A;
}
</style>