Html Css Color HEX #CF301D Harley Davidson Orange
📋 copy color: '#CF301D'red 207 ◦ green 48 ◦ blue 29
Shades of Harley Davidson Orange #CF301D
Tints of Harley Davidson Orange #CF301D
RGB
CMYK
RGB Variations
Color information
#CF301D (or 0xCF301D) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 1D. RGB value is (207,48,29). Sum of RGB (Red+Green+Blue) = 207+48+29=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF301D is #30CFE2. Grayscale: #5D5D5D. Windows color (decimal): -3198947 or 1913039. OLE color: 1913039.
HSL color Cylindrical-coordinate representation of color #CF301D: hue angle of 6.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF301D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 29 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.19 |
| HSL | 6.4º | 0.75% | 0.46% | - |
| HSV(B) | 6.4º | 0.86% | 0.81% | - |
| XYZ | 27.01 | 15.47 | 2.72 | - |
| YUV | 93.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 29 | 0 | 0.77 | 0.86 | 0.19 | 6.4 | 0.75 | 0.46 |
| Hex | CF | 30 | 1D | 0 | 4D | 56 | 13 | 6 | 4B | 2E |
| Octal | 317 | 60 | 35 | 0 | 115 | 126 | 23 | 6 | 113 | 56 |
| Binary | 11001111 | 110000 | 11101 | 0 | 1001101 | 1010110 | 10011 | 110 | 1001011 | 101110 |
Color Harmonies of #CF301D
Complementary color
Monochromatic Colors of #CF301D
Black with #CF301D
Text Example
Text Example
White with #CF301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF301D; }
p { color: rgb(207,48,29); }
H1.HeaderClassName
{
color: #CF301D;
}
.AnyTagClassName
{
color: #CF301D;
}
</style>
background-color css
<style>
a { background-color: #CF301D; }
a { background-color: rgb(207,48,29); }
div.DivClassName
{
background-color: #CF301D;
}
.BgClassName
{
background-color: #CF301D;
}
</style>
border-color css
<style>
span { border-color: #CF301D; }
span { border-color: rgb(207,48,29); }
td.TdClassName
{
border-color: #CF301D;
}
.TagClassName
{
border-color: #CF301D;
}
</style>