Html Css Color HEX #CC4213 Harley Davidson Orange
📋 copy color: '#CC4213'red 204 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #CC4213
Tints of Harley Davidson Orange #CC4213
RGB
CMYK
RGB Variations
Color information
#CC4213 (or 0xCC4213) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 13. RGB value is (204,66,19). Sum of RGB (Red+Green+Blue) = 204+66+19=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4213 is #33BDEC. Grayscale: #666666. Windows color (decimal): -3390957 or 1262284. OLE color: 1262284.
HSL color Cylindrical-coordinate representation of color #CC4213: hue angle of 15.24º degrees, saturation: 0.83, 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 #CC4213 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.2 |
| HSL | 15.24º | 0.83% | 0.44% | - |
| HSV(B) | 15.24º | 0.91% | 0.8% | - |
| XYZ | 26.97 | 16.78 | 2.43 | - |
| YUV | 101.9 | 81.22 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 19 | 0 | 0.68 | 0.91 | 0.2 | 15.24 | 0.83 | 0.44 |
| Hex | CC | 42 | 13 | 0 | 44 | 5B | 14 | F | 53 | 2C |
| Octal | 314 | 102 | 23 | 0 | 104 | 133 | 24 | 17 | 123 | 54 |
| Binary | 11001100 | 1000010 | 10011 | 0 | 1000100 | 1011011 | 10100 | 1111 | 1010011 | 101100 |
Color Harmonies of #CC4213
Complementary color
Monochromatic Colors of #CC4213
Black with #CC4213
Text Example
Text Example
White with #CC4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4213; }
p { color: rgb(204,66,19); }
H1.HeaderClassName
{
color: #CC4213;
}
.AnyTagClassName
{
color: #CC4213;
}
</style>
background-color css
<style>
a { background-color: #CC4213; }
a { background-color: rgb(204,66,19); }
div.DivClassName
{
background-color: #CC4213;
}
.BgClassName
{
background-color: #CC4213;
}
</style>
border-color css
<style>
span { border-color: #CC4213; }
span { border-color: rgb(204,66,19); }
td.TdClassName
{
border-color: #CC4213;
}
.TagClassName
{
border-color: #CC4213;
}
</style>