Html Css Color HEX #CC461A Harley Davidson Orange
📋 copy color: '#CC461A'red 204 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #CC461A
Tints of Harley Davidson Orange #CC461A
RGB
CMYK
RGB Variations
Color information
#CC461A (or 0xCC461A) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 1A. RGB value is (204,70,26). Sum of RGB (Red+Green+Blue) = 204+70+26=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC461A is #33B9E5. Grayscale: #696969. Windows color (decimal): -3389926 or 1722060. OLE color: 1722060.
HSL color Cylindrical-coordinate representation of color #CC461A: hue angle of 14.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC461A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.2 |
| HSL | 14.83º | 0.77% | 0.45% | - |
| HSV(B) | 14.83º | 0.87% | 0.8% | - |
| XYZ | 27.28 | 17.29 | 2.88 | - |
| YUV | 105.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 26 | 0 | 0.66 | 0.87 | 0.2 | 14.83 | 0.77 | 0.45 |
| Hex | CC | 46 | 1A | 0 | 42 | 57 | 14 | F | 4D | 2D |
| Octal | 314 | 106 | 32 | 0 | 102 | 127 | 24 | 17 | 115 | 55 |
| Binary | 11001100 | 1000110 | 11010 | 0 | 1000010 | 1010111 | 10100 | 1111 | 1001101 | 101101 |
Color Harmonies of #CC461A
Complementary color
Monochromatic Colors of #CC461A
Black with #CC461A
Text Example
Text Example
White with #CC461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC461A; }
p { color: rgb(204,70,26); }
H1.HeaderClassName
{
color: #CC461A;
}
.AnyTagClassName
{
color: #CC461A;
}
</style>
background-color css
<style>
a { background-color: #CC461A; }
a { background-color: rgb(204,70,26); }
div.DivClassName
{
background-color: #CC461A;
}
.BgClassName
{
background-color: #CC461A;
}
</style>
border-color css
<style>
span { border-color: #CC461A; }
span { border-color: rgb(204,70,26); }
td.TdClassName
{
border-color: #CC461A;
}
.TagClassName
{
border-color: #CC461A;
}
</style>