Html Css Color HEX #CC361C Harley Davidson Orange
📋 copy color: '#CC361C'red 204 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #CC361C
Tints of Harley Davidson Orange #CC361C
RGB
CMYK
RGB Variations
Color information
#CC361C (or 0xCC361C) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 1C. RGB value is (204,54,28). Sum of RGB (Red+Green+Blue) = 204+54+28=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC361C is #33C9E3. Grayscale: #606060. Windows color (decimal): -3394020 or 1849036. OLE color: 1849036.
HSL color Cylindrical-coordinate representation of color #CC361C: hue angle of 8.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC361C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 28 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.2 |
| HSL | 8.86º | 0.76% | 0.45% | - |
| HSV(B) | 8.86º | 0.86% | 0.8% | - |
| XYZ | 26.43 | 15.56 | 2.71 | - |
| YUV | 95.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 28 | 0 | 0.74 | 0.86 | 0.2 | 8.86 | 0.76 | 0.45 |
| Hex | CC | 36 | 1C | 0 | 4A | 56 | 14 | 9 | 4C | 2D |
| Octal | 314 | 66 | 34 | 0 | 112 | 126 | 24 | 11 | 114 | 55 |
| Binary | 11001100 | 110110 | 11100 | 0 | 1001010 | 1010110 | 10100 | 1001 | 1001100 | 101101 |
Color Harmonies of #CC361C
Complementary color
Monochromatic Colors of #CC361C
Black with #CC361C
Text Example
Text Example
White with #CC361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC361C; }
p { color: rgb(204,54,28); }
H1.HeaderClassName
{
color: #CC361C;
}
.AnyTagClassName
{
color: #CC361C;
}
</style>
background-color css
<style>
a { background-color: #CC361C; }
a { background-color: rgb(204,54,28); }
div.DivClassName
{
background-color: #CC361C;
}
.BgClassName
{
background-color: #CC361C;
}
</style>
border-color css
<style>
span { border-color: #CC361C; }
span { border-color: rgb(204,54,28); }
td.TdClassName
{
border-color: #CC361C;
}
.TagClassName
{
border-color: #CC361C;
}
</style>