Html Css Color HEX #CD380E Harley Davidson Orange
📋 copy color: '#CD380E'red 205 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #CD380E
Tints of Harley Davidson Orange #CD380E
RGB
CMYK
RGB Variations
Color information
#CD380E (or 0xCD380E) is known color: Harley Davidson Orange. HEX triplet: CD, 38 and 0E. RGB value is (205,56,14). Sum of RGB (Red+Green+Blue) = 205+56+14=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD380E is #32C7F1. Grayscale: #606060. Windows color (decimal): -3327986 or 932045. OLE color: 932045.
HSL color Cylindrical-coordinate representation of color #CD380E: hue angle of 13.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD380E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.20 |
| HSL | 13.19º | 0.87% | 0.43% | - |
| HSV(B) | 13.19º | 0.93% | 0.8% | - |
| XYZ | 26.67 | 15.84 | 2.07 | - |
| YUV | 95.76 | 81.86 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 14 | 0 | 0.73 | 0.93 | 0.20 | 13.19 | 0.87 | 0.43 |
| Hex | CD | 38 | E | 0 | 49 | 5D | 14 | D | 57 | 2B |
| Octal | 315 | 70 | 16 | 0 | 111 | 135 | 24 | 15 | 127 | 53 |
| Binary | 11001101 | 111000 | 1110 | 0 | 1001001 | 1011101 | 10100 | 1101 | 1010111 | 101011 |
Color Harmonies of #CD380E
Complementary color
Monochromatic Colors of #CD380E
Black with #CD380E
Text Example
Text Example
White with #CD380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD380E; }
p { color: rgb(205,56,14); }
H1.HeaderClassName
{
color: #CD380E;
}
.AnyTagClassName
{
color: #CD380E;
}
</style>
background-color css
<style>
a { background-color: #CD380E; }
a { background-color: rgb(205,56,14); }
div.DivClassName
{
background-color: #CD380E;
}
.BgClassName
{
background-color: #CD380E;
}
</style>
border-color css
<style>
span { border-color: #CD380E; }
span { border-color: rgb(205,56,14); }
td.TdClassName
{
border-color: #CD380E;
}
.TagClassName
{
border-color: #CD380E;
}
</style>