Html Css Color HEX #CC361D Harley Davidson Orange
📋 copy color: '#CC361D'red 204 ◦ green 54 ◦ blue 29
Shades of Harley Davidson Orange #CC361D
Tints of Harley Davidson Orange #CC361D
RGB
CMYK
RGB Variations
Color information
#CC361D (or 0xCC361D) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 1D. RGB value is (204,54,29). Sum of RGB (Red+Green+Blue) = 204+54+29=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC361D is #33C9E2. Grayscale: #606060. Windows color (decimal): -3394019 or 1914572. OLE color: 1914572.
HSL color Cylindrical-coordinate representation of color #CC361D: hue angle of 8.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC361D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 29 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.2 |
| HSL | 8.57º | 0.75% | 0.46% | - |
| HSV(B) | 8.57º | 0.86% | 0.8% | - |
| XYZ | 26.44 | 15.56 | 2.77 | - |
| YUV | 96 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 29 | 0 | 0.74 | 0.86 | 0.2 | 8.57 | 0.75 | 0.46 |
| Hex | CC | 36 | 1D | 0 | 4A | 56 | 14 | 9 | 4B | 2E |
| Octal | 314 | 66 | 35 | 0 | 112 | 126 | 24 | 11 | 113 | 56 |
| Binary | 11001100 | 110110 | 11101 | 0 | 1001010 | 1010110 | 10100 | 1001 | 1001011 | 101110 |
Color Harmonies of #CC361D
Complementary color
Monochromatic Colors of #CC361D
Black with #CC361D
Text Example
Text Example
White with #CC361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC361D; }
p { color: rgb(204,54,29); }
H1.HeaderClassName
{
color: #CC361D;
}
.AnyTagClassName
{
color: #CC361D;
}
</style>
background-color css
<style>
a { background-color: #CC361D; }
a { background-color: rgb(204,54,29); }
div.DivClassName
{
background-color: #CC361D;
}
.BgClassName
{
background-color: #CC361D;
}
</style>
border-color css
<style>
span { border-color: #CC361D; }
span { border-color: rgb(204,54,29); }
td.TdClassName
{
border-color: #CC361D;
}
.TagClassName
{
border-color: #CC361D;
}
</style>