Html Css Color HEX #CF370B Harley Davidson Orange
📋 copy color: '#CF370B'red 207 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #CF370B
Tints of Harley Davidson Orange #CF370B
RGB
CMYK
RGB Variations
Color information
#CF370B (or 0xCF370B) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 0B. RGB value is (207,55,11). Sum of RGB (Red+Green+Blue) = 207+55+11=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF370B is #30C8F4. Grayscale: #5F5F5F. Windows color (decimal): -3197173 or 735183. OLE color: 735183.
HSL color Cylindrical-coordinate representation of color #CF370B: hue angle of 13.47º 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 #CF370B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.19 |
| HSL | 13.47º | 0.9% | 0.43% | - |
| HSV(B) | 13.47º | 0.95% | 0.81% | - |
| XYZ | 27.16 | 16.02 | 1.98 | - |
| YUV | 95.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 11 | 0 | 0.73 | 0.95 | 0.19 | 13.47 | 0.9 | 0.43 |
| Hex | CF | 37 | B | 0 | 49 | 5F | 13 | D | 5A | 2B |
| Octal | 317 | 67 | 13 | 0 | 111 | 137 | 23 | 15 | 132 | 53 |
| Binary | 11001111 | 110111 | 1011 | 0 | 1001001 | 1011111 | 10011 | 1101 | 1011010 | 101011 |
Color Harmonies of #CF370B
Complementary color
Monochromatic Colors of #CF370B
Black with #CF370B
Text Example
Text Example
White with #CF370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF370B; }
p { color: rgb(207,55,11); }
H1.HeaderClassName
{
color: #CF370B;
}
.AnyTagClassName
{
color: #CF370B;
}
</style>
background-color css
<style>
a { background-color: #CF370B; }
a { background-color: rgb(207,55,11); }
div.DivClassName
{
background-color: #CF370B;
}
.BgClassName
{
background-color: #CF370B;
}
</style>
border-color css
<style>
span { border-color: #CF370B; }
span { border-color: rgb(207,55,11); }
td.TdClassName
{
border-color: #CF370B;
}
.TagClassName
{
border-color: #CF370B;
}
</style>