Html Css Color HEX #CF390A Harley Davidson Orange
📋 copy color: '#CF390A'red 207 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #CF390A
Tints of Harley Davidson Orange #CF390A
RGB
CMYK
RGB Variations
Color information
#CF390A (or 0xCF390A) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 0A. RGB value is (207,57,10). Sum of RGB (Red+Green+Blue) = 207+57+10=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF390A is #30C6F5. Grayscale: #606060. Windows color (decimal): -3196662 or 670159. OLE color: 670159.
HSL color Cylindrical-coordinate representation of color #CF390A: hue angle of 14.31º degrees, saturation: 0.91, 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 #CF390A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.19 |
| HSL | 14.31º | 0.91% | 0.43% | - |
| HSV(B) | 14.31º | 0.95% | 0.81% | - |
| XYZ | 27.25 | 16.21 | 1.98 | - |
| YUV | 96.49 | 79.2 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 10 | 0 | 0.72 | 0.95 | 0.19 | 14.31 | 0.91 | 0.43 |
| Hex | CF | 39 | A | 0 | 48 | 5F | 13 | E | 5B | 2B |
| Octal | 317 | 71 | 12 | 0 | 110 | 137 | 23 | 16 | 133 | 53 |
| Binary | 11001111 | 111001 | 1010 | 0 | 1001000 | 1011111 | 10011 | 1110 | 1011011 | 101011 |
Color Harmonies of #CF390A
Complementary color
Monochromatic Colors of #CF390A
Black with #CF390A
Text Example
Text Example
White with #CF390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF390A; }
p { color: rgb(207,57,10); }
H1.HeaderClassName
{
color: #CF390A;
}
.AnyTagClassName
{
color: #CF390A;
}
</style>
background-color css
<style>
a { background-color: #CF390A; }
a { background-color: rgb(207,57,10); }
div.DivClassName
{
background-color: #CF390A;
}
.BgClassName
{
background-color: #CF390A;
}
</style>
border-color css
<style>
span { border-color: #CF390A; }
span { border-color: rgb(207,57,10); }
td.TdClassName
{
border-color: #CF390A;
}
.TagClassName
{
border-color: #CF390A;
}
</style>