Html Css Color HEX #CF221D Harley Davidson Orange
📋 copy color: '#CF221D'red 207 ◦ green 34 ◦ blue 29
Shades of Harley Davidson Orange #CF221D
Tints of Harley Davidson Orange #CF221D
RGB
CMYK
RGB Variations
Color information
#CF221D (or 0xCF221D) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 1D. RGB value is (207,34,29). Sum of RGB (Red+Green+Blue) = 207+34+29=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF221D is #30DDE2. Grayscale: #555555. Windows color (decimal): -3202531 or 1909455. OLE color: 1909455.
HSL color Cylindrical-coordinate representation of color #CF221D: hue angle of 1.69º 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 #CF221D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 29 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.19 |
| HSL | 1.69º | 0.75% | 0.46% | - |
| HSV(B) | 1.69º | 0.86% | 0.81% | - |
| XYZ | 26.53 | 14.5 | 2.56 | - |
| YUV | 85.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 29 | 0 | 0.84 | 0.86 | 0.19 | 1.69 | 0.75 | 0.46 |
| Hex | CF | 22 | 1D | 0 | 54 | 56 | 13 | 2 | 4B | 2E |
| Octal | 317 | 42 | 35 | 0 | 124 | 126 | 23 | 2 | 113 | 56 |
| Binary | 11001111 | 100010 | 11101 | 0 | 1010100 | 1010110 | 10011 | 10 | 1001011 | 101110 |
Color Harmonies of #CF221D
Complementary color
Monochromatic Colors of #CF221D
Black with #CF221D
Text Example
Text Example
White with #CF221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF221D; }
p { color: rgb(207,34,29); }
H1.HeaderClassName
{
color: #CF221D;
}
.AnyTagClassName
{
color: #CF221D;
}
</style>
background-color css
<style>
a { background-color: #CF221D; }
a { background-color: rgb(207,34,29); }
div.DivClassName
{
background-color: #CF221D;
}
.BgClassName
{
background-color: #CF221D;
}
</style>
border-color css
<style>
span { border-color: #CF221D; }
span { border-color: rgb(207,34,29); }
td.TdClassName
{
border-color: #CF221D;
}
.TagClassName
{
border-color: #CF221D;
}
</style>