Html Css Color HEX #CC430D Harley Davidson Orange
📋 copy color: '#CC430D'red 204 ◦ green 67 ◦ blue 13
Shades of Harley Davidson Orange #CC430D
Tints of Harley Davidson Orange #CC430D
RGB
CMYK
RGB Variations
Color information
#CC430D (or 0xCC430D) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 0D. RGB value is (204,67,13). Sum of RGB (Red+Green+Blue) = 204+67+13=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC430D is #33BCF2. Grayscale: #666666. Windows color (decimal): -3390707 or 869324. OLE color: 869324.
HSL color Cylindrical-coordinate representation of color #CC430D: hue angle of 16.96º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC430D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.2 |
| HSL | 16.96º | 0.88% | 0.43% | - |
| HSV(B) | 16.96º | 0.94% | 0.8% | - |
| XYZ | 26.98 | 16.88 | 2.22 | - |
| YUV | 101.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 13 | 0 | 0.67 | 0.94 | 0.2 | 16.96 | 0.88 | 0.43 |
| Hex | CC | 43 | D | 0 | 43 | 5E | 14 | 11 | 58 | 2B |
| Octal | 314 | 103 | 15 | 0 | 103 | 136 | 24 | 21 | 130 | 53 |
| Binary | 11001100 | 1000011 | 1101 | 0 | 1000011 | 1011110 | 10100 | 10001 | 1011000 | 101011 |
Color Harmonies of #CC430D
Complementary color
Monochromatic Colors of #CC430D
Black with #CC430D
Text Example
Text Example
White with #CC430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC430D; }
p { color: rgb(204,67,13); }
H1.HeaderClassName
{
color: #CC430D;
}
.AnyTagClassName
{
color: #CC430D;
}
</style>
background-color css
<style>
a { background-color: #CC430D; }
a { background-color: rgb(204,67,13); }
div.DivClassName
{
background-color: #CC430D;
}
.BgClassName
{
background-color: #CC430D;
}
</style>
border-color css
<style>
span { border-color: #CC430D; }
span { border-color: rgb(204,67,13); }
td.TdClassName
{
border-color: #CC430D;
}
.TagClassName
{
border-color: #CC430D;
}
</style>