Html Css Color HEX #CC430C Harley Davidson Orange
📋 copy color: '#CC430C'red 204 ◦ green 67 ◦ blue 12
Shades of Harley Davidson Orange #CC430C
Tints of Harley Davidson Orange #CC430C
RGB
CMYK
RGB Variations
Color information
#CC430C (or 0xCC430C) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 0C. RGB value is (204,67,12). Sum of RGB (Red+Green+Blue) = 204+67+12=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC430C is #33BCF3. Grayscale: #666666. Windows color (decimal): -3390708 or 803788. OLE color: 803788.
HSL color Cylindrical-coordinate representation of color #CC430C: hue angle of 17.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC430C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.2 |
| HSL | 17.19º | 0.89% | 0.42% | - |
| HSV(B) | 17.19º | 0.94% | 0.8% | - |
| XYZ | 26.98 | 16.88 | 2.18 | - |
| YUV | 101.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 12 | 0 | 0.67 | 0.94 | 0.2 | 17.19 | 0.89 | 0.42 |
| Hex | CC | 43 | C | 0 | 43 | 5E | 14 | 11 | 59 | 2A |
| Octal | 314 | 103 | 14 | 0 | 103 | 136 | 24 | 21 | 131 | 52 |
| Binary | 11001100 | 1000011 | 1100 | 0 | 1000011 | 1011110 | 10100 | 10001 | 1011001 | 101010 |
Color Harmonies of #CC430C
Complementary color
Monochromatic Colors of #CC430C
Black with #CC430C
Text Example
Text Example
White with #CC430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC430C; }
p { color: rgb(204,67,12); }
H1.HeaderClassName
{
color: #CC430C;
}
.AnyTagClassName
{
color: #CC430C;
}
</style>
background-color css
<style>
a { background-color: #CC430C; }
a { background-color: rgb(204,67,12); }
div.DivClassName
{
background-color: #CC430C;
}
.BgClassName
{
background-color: #CC430C;
}
</style>
border-color css
<style>
span { border-color: #CC430C; }
span { border-color: rgb(204,67,12); }
td.TdClassName
{
border-color: #CC430C;
}
.TagClassName
{
border-color: #CC430C;
}
</style>