Html Css Color HEX #CC401A Harley Davidson Orange
📋 copy color: '#CC401A'red 204 ◦ green 64 ◦ blue 26
Shades of Harley Davidson Orange #CC401A
Tints of Harley Davidson Orange #CC401A
RGB
CMYK
RGB Variations
Color information
#CC401A (or 0xCC401A) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 1A. RGB value is (204,64,26). Sum of RGB (Red+Green+Blue) = 204+64+26=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC401A is #33BFE5. Grayscale: #656565. Windows color (decimal): -3391462 or 1720524. OLE color: 1720524.
HSL color Cylindrical-coordinate representation of color #CC401A: hue angle of 12.81º 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 #CC401A is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 26 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.2 |
| HSL | 12.81º | 0.77% | 0.45% | - |
| HSV(B) | 12.81º | 0.87% | 0.8% | - |
| XYZ | 26.92 | 16.58 | 2.76 | - |
| YUV | 101.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 26 | 0 | 0.69 | 0.87 | 0.2 | 12.81 | 0.77 | 0.45 |
| Hex | CC | 40 | 1A | 0 | 45 | 57 | 14 | D | 4D | 2D |
| Octal | 314 | 100 | 32 | 0 | 105 | 127 | 24 | 15 | 115 | 55 |
| Binary | 11001100 | 1000000 | 11010 | 0 | 1000101 | 1010111 | 10100 | 1101 | 1001101 | 101101 |
Color Harmonies of #CC401A
Complementary color
Monochromatic Colors of #CC401A
Black with #CC401A
Text Example
Text Example
White with #CC401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC401A; }
p { color: rgb(204,64,26); }
H1.HeaderClassName
{
color: #CC401A;
}
.AnyTagClassName
{
color: #CC401A;
}
</style>
background-color css
<style>
a { background-color: #CC401A; }
a { background-color: rgb(204,64,26); }
div.DivClassName
{
background-color: #CC401A;
}
.BgClassName
{
background-color: #CC401A;
}
</style>
border-color css
<style>
span { border-color: #CC401A; }
span { border-color: rgb(204,64,26); }
td.TdClassName
{
border-color: #CC401A;
}
.TagClassName
{
border-color: #CC401A;
}
</style>