Html Css Color HEX #CC3F23 Harley Davidson Orange
📋 copy color: '#CC3F23'red 204 ◦ green 63 ◦ blue 35
Shades of Harley Davidson Orange #CC3F23
Tints of Harley Davidson Orange #CC3F23
RGB
CMYK
RGB Variations
Color information
#CC3F23 (or 0xCC3F23) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 23. RGB value is (204,63,35). Sum of RGB (Red+Green+Blue) = 204+63+35=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F23 is #33C0DC. Grayscale: #666666. Windows color (decimal): -3391709 or 2310092. OLE color: 2310092.
HSL color Cylindrical-coordinate representation of color #CC3F23: hue angle of 9.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC3F23 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 35 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.2 |
| HSL | 9.94º | 0.71% | 0.47% | - |
| HSV(B) | 9.94º | 0.83% | 0.8% | - |
| XYZ | 26.98 | 16.51 | 3.36 | - |
| YUV | 101.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 35 | 0 | 0.69 | 0.83 | 0.2 | 9.94 | 0.71 | 0.47 |
| Hex | CC | 3F | 23 | 0 | 45 | 53 | 14 | A | 47 | 2F |
| Octal | 314 | 77 | 43 | 0 | 105 | 123 | 24 | 12 | 107 | 57 |
| Binary | 11001100 | 111111 | 100011 | 0 | 1000101 | 1010011 | 10100 | 1010 | 1000111 | 101111 |
Color Harmonies of #CC3F23
Complementary color
Monochromatic Colors of #CC3F23
Black with #CC3F23
Text Example
Text Example
White with #CC3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F23; }
p { color: rgb(204,63,35); }
H1.HeaderClassName
{
color: #CC3F23;
}
.AnyTagClassName
{
color: #CC3F23;
}
</style>
background-color css
<style>
a { background-color: #CC3F23; }
a { background-color: rgb(204,63,35); }
div.DivClassName
{
background-color: #CC3F23;
}
.BgClassName
{
background-color: #CC3F23;
}
</style>
border-color css
<style>
span { border-color: #CC3F23; }
span { border-color: rgb(204,63,35); }
td.TdClassName
{
border-color: #CC3F23;
}
.TagClassName
{
border-color: #CC3F23;
}
</style>