Html Css Color HEX #CC4313 Harley Davidson Orange
📋 copy color: '#CC4313'red 204 ◦ green 67 ◦ blue 19
Shades of Harley Davidson Orange #CC4313
Tints of Harley Davidson Orange #CC4313
RGB
CMYK
RGB Variations
Color information
#CC4313 (or 0xCC4313) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 13. RGB value is (204,67,19). Sum of RGB (Red+Green+Blue) = 204+67+19=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4313 is #33BCEC. Grayscale: #666666. Windows color (decimal): -3390701 or 1262540. OLE color: 1262540.
HSL color Cylindrical-coordinate representation of color #CC4313: hue angle of 15.57º 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 #CC4313 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.2 |
| HSL | 15.57º | 0.83% | 0.44% | - |
| HSV(B) | 15.57º | 0.91% | 0.8% | - |
| XYZ | 27.03 | 16.9 | 2.45 | - |
| YUV | 102.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 19 | 0 | 0.67 | 0.91 | 0.2 | 15.57 | 0.83 | 0.44 |
| Hex | CC | 43 | 13 | 0 | 43 | 5B | 14 | 10 | 53 | 2C |
| Octal | 314 | 103 | 23 | 0 | 103 | 133 | 24 | 20 | 123 | 54 |
| Binary | 11001100 | 1000011 | 10011 | 0 | 1000011 | 1011011 | 10100 | 10000 | 1010011 | 101100 |
Color Harmonies of #CC4313
Complementary color
Monochromatic Colors of #CC4313
Black with #CC4313
Text Example
Text Example
White with #CC4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4313; }
p { color: rgb(204,67,19); }
H1.HeaderClassName
{
color: #CC4313;
}
.AnyTagClassName
{
color: #CC4313;
}
</style>
background-color css
<style>
a { background-color: #CC4313; }
a { background-color: rgb(204,67,19); }
div.DivClassName
{
background-color: #CC4313;
}
.BgClassName
{
background-color: #CC4313;
}
</style>
border-color css
<style>
span { border-color: #CC4313; }
span { border-color: rgb(204,67,19); }
td.TdClassName
{
border-color: #CC4313;
}
.TagClassName
{
border-color: #CC4313;
}
</style>