Html Css Color HEX #CF390B Harley Davidson Orange
📋 copy color: '#CF390B'red 207 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #CF390B
Tints of Harley Davidson Orange #CF390B
RGB
CMYK
RGB Variations
Color information
#CF390B (or 0xCF390B) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 0B. RGB value is (207,57,11). Sum of RGB (Red+Green+Blue) = 207+57+11=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF390B is #30C6F4. Grayscale: #606060. Windows color (decimal): -3196661 or 735695. OLE color: 735695.
HSL color Cylindrical-coordinate representation of color #CF390B: hue angle of 14.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF390B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.19 |
| HSL | 14.08º | 0.9% | 0.43% | - |
| HSV(B) | 14.08º | 0.95% | 0.81% | - |
| XYZ | 27.26 | 16.22 | 2.01 | - |
| YUV | 96.61 | 79.7 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 11 | 0 | 0.72 | 0.95 | 0.19 | 14.08 | 0.9 | 0.43 |
| Hex | CF | 39 | B | 0 | 48 | 5F | 13 | E | 5A | 2B |
| Octal | 317 | 71 | 13 | 0 | 110 | 137 | 23 | 16 | 132 | 53 |
| Binary | 11001111 | 111001 | 1011 | 0 | 1001000 | 1011111 | 10011 | 1110 | 1011010 | 101011 |
Color Harmonies of #CF390B
Complementary color
Monochromatic Colors of #CF390B
Black with #CF390B
Text Example
Text Example
White with #CF390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF390B; }
p { color: rgb(207,57,11); }
H1.HeaderClassName
{
color: #CF390B;
}
.AnyTagClassName
{
color: #CF390B;
}
</style>
background-color css
<style>
a { background-color: #CF390B; }
a { background-color: rgb(207,57,11); }
div.DivClassName
{
background-color: #CF390B;
}
.BgClassName
{
background-color: #CF390B;
}
</style>
border-color css
<style>
span { border-color: #CF390B; }
span { border-color: rgb(207,57,11); }
td.TdClassName
{
border-color: #CF390B;
}
.TagClassName
{
border-color: #CF390B;
}
</style>