Html Css Color HEX #CC410B Harley Davidson Orange
📋 copy color: '#CC410B'red 204 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #CC410B
Tints of Harley Davidson Orange #CC410B
RGB
CMYK
RGB Variations
Color information
#CC410B (or 0xCC410B) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 0B. RGB value is (204,65,11). Sum of RGB (Red+Green+Blue) = 204+65+11=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC410B is #33BEF4. Grayscale: #646464. Windows color (decimal): -3391221 or 737740. OLE color: 737740.
HSL color Cylindrical-coordinate representation of color #CC410B: hue angle of 16.79º degrees, saturation: 0.9, 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 #CC410B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.2 |
| HSL | 16.79º | 0.9% | 0.42% | - |
| HSV(B) | 16.79º | 0.95% | 0.8% | - |
| XYZ | 26.85 | 16.64 | 2.11 | - |
| YUV | 100.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 11 | 0 | 0.68 | 0.95 | 0.2 | 16.79 | 0.9 | 0.42 |
| Hex | CC | 41 | B | 0 | 44 | 5F | 14 | 11 | 5A | 2A |
| Octal | 314 | 101 | 13 | 0 | 104 | 137 | 24 | 21 | 132 | 52 |
| Binary | 11001100 | 1000001 | 1011 | 0 | 1000100 | 1011111 | 10100 | 10001 | 1011010 | 101010 |
Color Harmonies of #CC410B
Complementary color
Monochromatic Colors of #CC410B
Black with #CC410B
Text Example
Text Example
White with #CC410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC410B; }
p { color: rgb(204,65,11); }
H1.HeaderClassName
{
color: #CC410B;
}
.AnyTagClassName
{
color: #CC410B;
}
</style>
background-color css
<style>
a { background-color: #CC410B; }
a { background-color: rgb(204,65,11); }
div.DivClassName
{
background-color: #CC410B;
}
.BgClassName
{
background-color: #CC410B;
}
</style>
border-color css
<style>
span { border-color: #CC410B; }
span { border-color: rgb(204,65,11); }
td.TdClassName
{
border-color: #CC410B;
}
.TagClassName
{
border-color: #CC410B;
}
</style>