Html Css Color HEX #CC430B Harley Davidson Orange
📋 copy color: '#CC430B'red 204 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #CC430B
Tints of Harley Davidson Orange #CC430B
RGB
CMYK
RGB Variations
Color information
#CC430B (or 0xCC430B) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 0B. RGB value is (204,67,11). Sum of RGB (Red+Green+Blue) = 204+67+11=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC430B is #33BCF4. Grayscale: #656565. Windows color (decimal): -3390709 or 738252. OLE color: 738252.
HSL color Cylindrical-coordinate representation of color #CC430B: hue angle of 17.41º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC430B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.2 |
| HSL | 17.41º | 0.9% | 0.42% | - |
| HSV(B) | 17.41º | 0.95% | 0.8% | - |
| XYZ | 26.97 | 16.88 | 2.15 | - |
| YUV | 101.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 11 | 0 | 0.67 | 0.95 | 0.2 | 17.41 | 0.9 | 0.42 |
| Hex | CC | 43 | B | 0 | 43 | 5F | 14 | 11 | 5A | 2A |
| Octal | 314 | 103 | 13 | 0 | 103 | 137 | 24 | 21 | 132 | 52 |
| Binary | 11001100 | 1000011 | 1011 | 0 | 1000011 | 1011111 | 10100 | 10001 | 1011010 | 101010 |
Color Harmonies of #CC430B
Complementary color
Monochromatic Colors of #CC430B
Black with #CC430B
Text Example
Text Example
White with #CC430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC430B; }
p { color: rgb(204,67,11); }
H1.HeaderClassName
{
color: #CC430B;
}
.AnyTagClassName
{
color: #CC430B;
}
</style>
background-color css
<style>
a { background-color: #CC430B; }
a { background-color: rgb(204,67,11); }
div.DivClassName
{
background-color: #CC430B;
}
.BgClassName
{
background-color: #CC430B;
}
</style>
border-color css
<style>
span { border-color: #CC430B; }
span { border-color: rgb(204,67,11); }
td.TdClassName
{
border-color: #CC430B;
}
.TagClassName
{
border-color: #CC430B;
}
</style>