Html Css Color HEX #CF3E1F Harley Davidson Orange
📋 copy color: '#CF3E1F'red 207 ◦ green 62 ◦ blue 31
Shades of Harley Davidson Orange #CF3E1F
Tints of Harley Davidson Orange #CF3E1F
RGB
CMYK
RGB Variations
Color information
#CF3E1F (or 0xCF3E1F) is known color: Harley Davidson Orange. HEX triplet: CF, 3E and 1F. RGB value is (207,62,31). Sum of RGB (Red+Green+Blue) = 207+62+31=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E1F is #30C1E0. Grayscale: #666666. Windows color (decimal): -3195361 or 2047695. OLE color: 2047695.
HSL color Cylindrical-coordinate representation of color #CF3E1F: hue angle of 10.57º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF3E1F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 31 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.19 |
| HSL | 10.57º | 0.74% | 0.47% | - |
| HSV(B) | 10.57º | 0.85% | 0.81% | - |
| XYZ | 27.7 | 16.81 | 3.08 | - |
| YUV | 101.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 31 | 0 | 0.70 | 0.85 | 0.19 | 10.57 | 0.74 | 0.47 |
| Hex | CF | 3E | 1F | 0 | 46 | 55 | 13 | B | 4A | 2F |
| Octal | 317 | 76 | 37 | 0 | 106 | 125 | 23 | 13 | 112 | 57 |
| Binary | 11001111 | 111110 | 11111 | 0 | 1000110 | 1010101 | 10011 | 1011 | 1001010 | 101111 |
Color Harmonies of #CF3E1F
Complementary color
Monochromatic Colors of #CF3E1F
Black with #CF3E1F
Text Example
Text Example
White with #CF3E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E1F; }
p { color: rgb(207,62,31); }
H1.HeaderClassName
{
color: #CF3E1F;
}
.AnyTagClassName
{
color: #CF3E1F;
}
</style>
background-color css
<style>
a { background-color: #CF3E1F; }
a { background-color: rgb(207,62,31); }
div.DivClassName
{
background-color: #CF3E1F;
}
.BgClassName
{
background-color: #CF3E1F;
}
</style>
border-color css
<style>
span { border-color: #CF3E1F; }
span { border-color: rgb(207,62,31); }
td.TdClassName
{
border-color: #CF3E1F;
}
.TagClassName
{
border-color: #CF3E1F;
}
</style>