Html Css Color HEX #CC3812 Harley Davidson Orange
📋 copy color: '#CC3812'red 204 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #CC3812
Tints of Harley Davidson Orange #CC3812
RGB
CMYK
RGB Variations
Color information
#CC3812 (or 0xCC3812) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 12. RGB value is (204,56,18). Sum of RGB (Red+Green+Blue) = 204+56+18=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3812 is #33C7ED. Grayscale: #606060. Windows color (decimal): -3393518 or 1194188. OLE color: 1194188.
HSL color Cylindrical-coordinate representation of color #CC3812: hue angle of 12.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3812 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.2 |
| HSL | 12.26º | 0.84% | 0.44% | - |
| HSV(B) | 12.26º | 0.91% | 0.8% | - |
| XYZ | 26.43 | 15.71 | 2.21 | - |
| YUV | 95.92 | 84.03 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 18 | 0 | 0.73 | 0.91 | 0.2 | 12.26 | 0.84 | 0.44 |
| Hex | CC | 38 | 12 | 0 | 49 | 5B | 14 | C | 54 | 2C |
| Octal | 314 | 70 | 22 | 0 | 111 | 133 | 24 | 14 | 124 | 54 |
| Binary | 11001100 | 111000 | 10010 | 0 | 1001001 | 1011011 | 10100 | 1100 | 1010100 | 101100 |
Color Harmonies of #CC3812
Complementary color
Monochromatic Colors of #CC3812
Black with #CC3812
Text Example
Text Example
White with #CC3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3812; }
p { color: rgb(204,56,18); }
H1.HeaderClassName
{
color: #CC3812;
}
.AnyTagClassName
{
color: #CC3812;
}
</style>
background-color css
<style>
a { background-color: #CC3812; }
a { background-color: rgb(204,56,18); }
div.DivClassName
{
background-color: #CC3812;
}
.BgClassName
{
background-color: #CC3812;
}
</style>
border-color css
<style>
span { border-color: #CC3812; }
span { border-color: rgb(204,56,18); }
td.TdClassName
{
border-color: #CC3812;
}
.TagClassName
{
border-color: #CC3812;
}
</style>