Html Css Color HEX #CC351B Harley Davidson Orange
📋 copy color: '#CC351B'red 204 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #CC351B
Tints of Harley Davidson Orange #CC351B
RGB
CMYK
RGB Variations
Color information
#CC351B (or 0xCC351B) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 1B. RGB value is (204,53,27). Sum of RGB (Red+Green+Blue) = 204+53+27=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC351B is #33CAE4. Grayscale: #5F5F5F. Windows color (decimal): -3394277 or 1783244. OLE color: 1783244.
HSL color Cylindrical-coordinate representation of color #CC351B: hue angle of 8.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 #CC351B is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 27 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.2 |
| HSL | 8.81º | 0.77% | 0.45% | - |
| HSV(B) | 8.81º | 0.87% | 0.8% | - |
| XYZ | 26.37 | 15.46 | 2.63 | - |
| YUV | 95.19 | 89.53 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 27 | 0 | 0.74 | 0.87 | 0.2 | 8.81 | 0.77 | 0.45 |
| Hex | CC | 35 | 1B | 0 | 4A | 57 | 14 | 9 | 4D | 2D |
| Octal | 314 | 65 | 33 | 0 | 112 | 127 | 24 | 11 | 115 | 55 |
| Binary | 11001100 | 110101 | 11011 | 0 | 1001010 | 1010111 | 10100 | 1001 | 1001101 | 101101 |
Color Harmonies of #CC351B
Complementary color
Monochromatic Colors of #CC351B
Black with #CC351B
Text Example
Text Example
White with #CC351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC351B; }
p { color: rgb(204,53,27); }
H1.HeaderClassName
{
color: #CC351B;
}
.AnyTagClassName
{
color: #CC351B;
}
</style>
background-color css
<style>
a { background-color: #CC351B; }
a { background-color: rgb(204,53,27); }
div.DivClassName
{
background-color: #CC351B;
}
.BgClassName
{
background-color: #CC351B;
}
</style>
border-color css
<style>
span { border-color: #CC351B; }
span { border-color: rgb(204,53,27); }
td.TdClassName
{
border-color: #CC351B;
}
.TagClassName
{
border-color: #CC351B;
}
</style>