Html Css Color HEX #CF390D Harley Davidson Orange
📋 copy color: '#CF390D'red 207 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #CF390D
Tints of Harley Davidson Orange #CF390D
RGB
CMYK
RGB Variations
Color information
#CF390D (or 0xCF390D) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 0D. RGB value is (207,57,13). Sum of RGB (Red+Green+Blue) = 207+57+13=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF390D is #30C6F2. Grayscale: #616161. Windows color (decimal): -3196659 or 866767. OLE color: 866767.
HSL color Cylindrical-coordinate representation of color #CF390D: hue angle of 13.61º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF390D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.19 |
| HSL | 13.61º | 0.88% | 0.43% | - |
| HSV(B) | 13.61º | 0.94% | 0.81% | - |
| XYZ | 27.27 | 16.22 | 2.07 | - |
| YUV | 96.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 13 | 0 | 0.72 | 0.94 | 0.19 | 13.61 | 0.88 | 0.43 |
| Hex | CF | 39 | D | 0 | 48 | 5E | 13 | E | 58 | 2B |
| Octal | 317 | 71 | 15 | 0 | 110 | 136 | 23 | 16 | 130 | 53 |
| Binary | 11001111 | 111001 | 1101 | 0 | 1001000 | 1011110 | 10011 | 1110 | 1011000 | 101011 |
Color Harmonies of #CF390D
Complementary color
Monochromatic Colors of #CF390D
Black with #CF390D
Text Example
Text Example
White with #CF390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF390D; }
p { color: rgb(207,57,13); }
H1.HeaderClassName
{
color: #CF390D;
}
.AnyTagClassName
{
color: #CF390D;
}
</style>
background-color css
<style>
a { background-color: #CF390D; }
a { background-color: rgb(207,57,13); }
div.DivClassName
{
background-color: #CF390D;
}
.BgClassName
{
background-color: #CF390D;
}
</style>
border-color css
<style>
span { border-color: #CF390D; }
span { border-color: rgb(207,57,13); }
td.TdClassName
{
border-color: #CF390D;
}
.TagClassName
{
border-color: #CF390D;
}
</style>