Html Css Color HEX #CF341B Harley Davidson Orange
📋 copy color: '#CF341B'red 207 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #CF341B
Tints of Harley Davidson Orange #CF341B
RGB
CMYK
RGB Variations
Color information
#CF341B (or 0xCF341B) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 1B. RGB value is (207,52,27). Sum of RGB (Red+Green+Blue) = 207+52+27=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF341B is #30CBE4. Grayscale: #5F5F5F. Windows color (decimal): -3197925 or 1782991. OLE color: 1782991.
HSL color Cylindrical-coordinate representation of color #CF341B: hue angle of 8.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF341B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 27 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.19 |
| HSL | 8.33º | 0.77% | 0.46% | - |
| HSV(B) | 8.33º | 0.87% | 0.81% | - |
| XYZ | 27.16 | 15.8 | 2.66 | - |
| YUV | 95.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 27 | 0 | 0.75 | 0.87 | 0.19 | 8.33 | 0.77 | 0.46 |
| Hex | CF | 34 | 1B | 0 | 4B | 57 | 13 | 8 | 4D | 2E |
| Octal | 317 | 64 | 33 | 0 | 113 | 127 | 23 | 10 | 115 | 56 |
| Binary | 11001111 | 110100 | 11011 | 0 | 1001011 | 1010111 | 10011 | 1000 | 1001101 | 101110 |
Color Harmonies of #CF341B
Complementary color
Monochromatic Colors of #CF341B
Black with #CF341B
Text Example
Text Example
White with #CF341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF341B; }
p { color: rgb(207,52,27); }
H1.HeaderClassName
{
color: #CF341B;
}
.AnyTagClassName
{
color: #CF341B;
}
</style>
background-color css
<style>
a { background-color: #CF341B; }
a { background-color: rgb(207,52,27); }
div.DivClassName
{
background-color: #CF341B;
}
.BgClassName
{
background-color: #CF341B;
}
</style>
border-color css
<style>
span { border-color: #CF341B; }
span { border-color: rgb(207,52,27); }
td.TdClassName
{
border-color: #CF341B;
}
.TagClassName
{
border-color: #CF341B;
}
</style>