Html Css Color HEX #CC380A Harley Davidson Orange
📋 copy color: '#CC380A'red 204 ◦ green 56 ◦ blue 10
Shades of Harley Davidson Orange #CC380A
Tints of Harley Davidson Orange #CC380A
RGB
CMYK
RGB Variations
Color information
#CC380A (or 0xCC380A) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 0A. RGB value is (204,56,10). Sum of RGB (Red+Green+Blue) = 204+56+10=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC380A is #33C7F5. Grayscale: #5F5F5F. Windows color (decimal): -3393526 or 669900. OLE color: 669900.
HSL color Cylindrical-coordinate representation of color #CC380A: hue angle of 14.23º degrees, saturation: 0.91, 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 #CC380A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.2 |
| HSL | 14.23º | 0.91% | 0.42% | - |
| HSV(B) | 14.23º | 0.95% | 0.8% | - |
| XYZ | 26.37 | 15.69 | 1.93 | - |
| YUV | 95.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 10 | 0 | 0.73 | 0.95 | 0.2 | 14.23 | 0.91 | 0.42 |
| Hex | CC | 38 | A | 0 | 49 | 5F | 14 | E | 5B | 2A |
| Octal | 314 | 70 | 12 | 0 | 111 | 137 | 24 | 16 | 133 | 52 |
| Binary | 11001100 | 111000 | 1010 | 0 | 1001001 | 1011111 | 10100 | 1110 | 1011011 | 101010 |
Color Harmonies of #CC380A
Complementary color
Monochromatic Colors of #CC380A
Black with #CC380A
Text Example
Text Example
White with #CC380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC380A; }
p { color: rgb(204,56,10); }
H1.HeaderClassName
{
color: #CC380A;
}
.AnyTagClassName
{
color: #CC380A;
}
</style>
background-color css
<style>
a { background-color: #CC380A; }
a { background-color: rgb(204,56,10); }
div.DivClassName
{
background-color: #CC380A;
}
.BgClassName
{
background-color: #CC380A;
}
</style>
border-color css
<style>
span { border-color: #CC380A; }
span { border-color: rgb(204,56,10); }
td.TdClassName
{
border-color: #CC380A;
}
.TagClassName
{
border-color: #CC380A;
}
</style>