Html Css Color HEX #CC3912 Harley Davidson Orange
📋 copy color: '#CC3912'red 204 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #CC3912
Tints of Harley Davidson Orange #CC3912
RGB
CMYK
RGB Variations
Color information
#CC3912 (or 0xCC3912) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 12. RGB value is (204,57,18). Sum of RGB (Red+Green+Blue) = 204+57+18=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3912 is #33C6ED. Grayscale: #606060. Windows color (decimal): -3393262 or 1194444. OLE color: 1194444.
HSL color Cylindrical-coordinate representation of color #CC3912: hue angle of 12.58º 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 #CC3912 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.2 |
| HSL | 12.58º | 0.84% | 0.44% | - |
| HSV(B) | 12.58º | 0.91% | 0.8% | - |
| XYZ | 26.47 | 15.81 | 2.23 | - |
| YUV | 96.51 | 83.7 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 18 | 0 | 0.72 | 0.91 | 0.2 | 12.58 | 0.84 | 0.44 |
| Hex | CC | 39 | 12 | 0 | 48 | 5B | 14 | D | 54 | 2C |
| Octal | 314 | 71 | 22 | 0 | 110 | 133 | 24 | 15 | 124 | 54 |
| Binary | 11001100 | 111001 | 10010 | 0 | 1001000 | 1011011 | 10100 | 1101 | 1010100 | 101100 |
Color Harmonies of #CC3912
Complementary color
Monochromatic Colors of #CC3912
Black with #CC3912
Text Example
Text Example
White with #CC3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3912; }
p { color: rgb(204,57,18); }
H1.HeaderClassName
{
color: #CC3912;
}
.AnyTagClassName
{
color: #CC3912;
}
</style>
background-color css
<style>
a { background-color: #CC3912; }
a { background-color: rgb(204,57,18); }
div.DivClassName
{
background-color: #CC3912;
}
.BgClassName
{
background-color: #CC3912;
}
</style>
border-color css
<style>
span { border-color: #CC3912; }
span { border-color: rgb(204,57,18); }
td.TdClassName
{
border-color: #CC3912;
}
.TagClassName
{
border-color: #CC3912;
}
</style>