Html Css Color HEX #CC4312 Harley Davidson Orange
📋 copy color: '#CC4312'red 204 ◦ green 67 ◦ blue 18
Shades of Harley Davidson Orange #CC4312
Tints of Harley Davidson Orange #CC4312
RGB
CMYK
RGB Variations
Color information
#CC4312 (or 0xCC4312) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 12. RGB value is (204,67,18). Sum of RGB (Red+Green+Blue) = 204+67+18=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4312 is #33BCED. Grayscale: #666666. Windows color (decimal): -3390702 or 1197004. OLE color: 1197004.
HSL color Cylindrical-coordinate representation of color #CC4312: hue angle of 15.81º 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 #CC4312 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.2 |
| HSL | 15.81º | 0.84% | 0.44% | - |
| HSV(B) | 15.81º | 0.91% | 0.8% | - |
| XYZ | 27.02 | 16.9 | 2.41 | - |
| YUV | 102.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 18 | 0 | 0.67 | 0.91 | 0.2 | 15.81 | 0.84 | 0.44 |
| Hex | CC | 43 | 12 | 0 | 43 | 5B | 14 | 10 | 54 | 2C |
| Octal | 314 | 103 | 22 | 0 | 103 | 133 | 24 | 20 | 124 | 54 |
| Binary | 11001100 | 1000011 | 10010 | 0 | 1000011 | 1011011 | 10100 | 10000 | 1010100 | 101100 |
Color Harmonies of #CC4312
Complementary color
Monochromatic Colors of #CC4312
Black with #CC4312
Text Example
Text Example
White with #CC4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4312; }
p { color: rgb(204,67,18); }
H1.HeaderClassName
{
color: #CC4312;
}
.AnyTagClassName
{
color: #CC4312;
}
</style>
background-color css
<style>
a { background-color: #CC4312; }
a { background-color: rgb(204,67,18); }
div.DivClassName
{
background-color: #CC4312;
}
.BgClassName
{
background-color: #CC4312;
}
</style>
border-color css
<style>
span { border-color: #CC4312; }
span { border-color: rgb(204,67,18); }
td.TdClassName
{
border-color: #CC4312;
}
.TagClassName
{
border-color: #CC4312;
}
</style>