Html Css Color HEX #CF421F Harley Davidson Orange
📋 copy color: '#CF421F'red 207 ◦ green 66 ◦ blue 31
Shades of Harley Davidson Orange #CF421F
Tints of Harley Davidson Orange #CF421F
RGB
CMYK
RGB Variations
Color information
#CF421F (or 0xCF421F) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 1F. RGB value is (207,66,31). Sum of RGB (Red+Green+Blue) = 207+66+31=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF421F is #30BDE0. Grayscale: #686868. Windows color (decimal): -3194337 or 2048719. OLE color: 2048719.
HSL color Cylindrical-coordinate representation of color #CF421F: hue angle of 11.93º 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 #CF421F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.19 |
| HSL | 11.93º | 0.74% | 0.47% | - |
| HSV(B) | 11.93º | 0.85% | 0.81% | - |
| XYZ | 27.93 | 17.26 | 3.16 | - |
| YUV | 104.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 31 | 0 | 0.68 | 0.85 | 0.19 | 11.93 | 0.74 | 0.47 |
| Hex | CF | 42 | 1F | 0 | 44 | 55 | 13 | C | 4A | 2F |
| Octal | 317 | 102 | 37 | 0 | 104 | 125 | 23 | 14 | 112 | 57 |
| Binary | 11001111 | 1000010 | 11111 | 0 | 1000100 | 1010101 | 10011 | 1100 | 1001010 | 101111 |
Color Harmonies of #CF421F
Complementary color
Monochromatic Colors of #CF421F
Black with #CF421F
Text Example
Text Example
White with #CF421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF421F; }
p { color: rgb(207,66,31); }
H1.HeaderClassName
{
color: #CF421F;
}
.AnyTagClassName
{
color: #CF421F;
}
</style>
background-color css
<style>
a { background-color: #CF421F; }
a { background-color: rgb(207,66,31); }
div.DivClassName
{
background-color: #CF421F;
}
.BgClassName
{
background-color: #CF421F;
}
</style>
border-color css
<style>
span { border-color: #CF421F; }
span { border-color: rgb(207,66,31); }
td.TdClassName
{
border-color: #CF421F;
}
.TagClassName
{
border-color: #CF421F;
}
</style>