Html Css Color HEX #CC3823 Harley Davidson Orange
📋 copy color: '#CC3823'red 204 ◦ green 56 ◦ blue 35
Shades of Harley Davidson Orange #CC3823
Tints of Harley Davidson Orange #CC3823
RGB
CMYK
RGB Variations
Color information
#CC3823 (or 0xCC3823) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 23. RGB value is (204,56,35). Sum of RGB (Red+Green+Blue) = 204+56+35=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3823 is #33C7DC. Grayscale: #626262. Windows color (decimal): -3393501 or 2308300. OLE color: 2308300.
HSL color Cylindrical-coordinate representation of color #CC3823: hue angle of 7.46º 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 #CC3823 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 35 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.2 |
| HSL | 7.46º | 0.71% | 0.47% | - |
| HSV(B) | 7.46º | 0.83% | 0.8% | - |
| XYZ | 26.62 | 15.79 | 3.23 | - |
| YUV | 97.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 35 | 0 | 0.73 | 0.83 | 0.2 | 7.46 | 0.71 | 0.47 |
| Hex | CC | 38 | 23 | 0 | 49 | 53 | 14 | 7 | 47 | 2F |
| Octal | 314 | 70 | 43 | 0 | 111 | 123 | 24 | 7 | 107 | 57 |
| Binary | 11001100 | 111000 | 100011 | 0 | 1001001 | 1010011 | 10100 | 111 | 1000111 | 101111 |
Color Harmonies of #CC3823
Complementary color
Monochromatic Colors of #CC3823
Black with #CC3823
Text Example
Text Example
White with #CC3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3823; }
p { color: rgb(204,56,35); }
H1.HeaderClassName
{
color: #CC3823;
}
.AnyTagClassName
{
color: #CC3823;
}
</style>
background-color css
<style>
a { background-color: #CC3823; }
a { background-color: rgb(204,56,35); }
div.DivClassName
{
background-color: #CC3823;
}
.BgClassName
{
background-color: #CC3823;
}
</style>
border-color css
<style>
span { border-color: #CC3823; }
span { border-color: rgb(204,56,35); }
td.TdClassName
{
border-color: #CC3823;
}
.TagClassName
{
border-color: #CC3823;
}
</style>