Html Css Color HEX #CF341F Harley Davidson Orange
📋 copy color: '#CF341F'red 207 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #CF341F
Tints of Harley Davidson Orange #CF341F
RGB
CMYK
RGB Variations
Color information
#CF341F (or 0xCF341F) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 1F. RGB value is (207,52,31). Sum of RGB (Red+Green+Blue) = 207+52+31=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF341F is #30CBE0. Grayscale: #606060. Windows color (decimal): -3197921 or 2045135. OLE color: 2045135.
HSL color Cylindrical-coordinate representation of color #CF341F: hue angle of 7.16º 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 #CF341F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.19 |
| HSL | 7.16º | 0.74% | 0.47% | - |
| HSV(B) | 7.16º | 0.85% | 0.81% | - |
| XYZ | 27.21 | 15.82 | 2.92 | - |
| YUV | 95.95 | 91.35 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 31 | 0 | 0.75 | 0.85 | 0.19 | 7.16 | 0.74 | 0.47 |
| Hex | CF | 34 | 1F | 0 | 4B | 55 | 13 | 7 | 4A | 2F |
| Octal | 317 | 64 | 37 | 0 | 113 | 125 | 23 | 7 | 112 | 57 |
| Binary | 11001111 | 110100 | 11111 | 0 | 1001011 | 1010101 | 10011 | 111 | 1001010 | 101111 |
Color Harmonies of #CF341F
Complementary color
Monochromatic Colors of #CF341F
Black with #CF341F
Text Example
Text Example
White with #CF341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF341F; }
p { color: rgb(207,52,31); }
H1.HeaderClassName
{
color: #CF341F;
}
.AnyTagClassName
{
color: #CF341F;
}
</style>
background-color css
<style>
a { background-color: #CF341F; }
a { background-color: rgb(207,52,31); }
div.DivClassName
{
background-color: #CF341F;
}
.BgClassName
{
background-color: #CF341F;
}
</style>
border-color css
<style>
span { border-color: #CF341F; }
span { border-color: rgb(207,52,31); }
td.TdClassName
{
border-color: #CF341F;
}
.TagClassName
{
border-color: #CF341F;
}
</style>