Html Css Color HEX #CF331D Harley Davidson Orange
📋 copy color: '#CF331D'red 207 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #CF331D
Tints of Harley Davidson Orange #CF331D
RGB
CMYK
RGB Variations
Color information
#CF331D (or 0xCF331D) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 1D. RGB value is (207,51,29). Sum of RGB (Red+Green+Blue) = 207+51+29=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF331D is #30CCE2. Grayscale: #5F5F5F. Windows color (decimal): -3198179 or 1913807. OLE color: 1913807.
HSL color Cylindrical-coordinate representation of color #CF331D: hue angle of 7.42º 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 #CF331D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.19 |
| HSL | 7.42º | 0.75% | 0.46% | - |
| HSV(B) | 7.42º | 0.86% | 0.81% | - |
| XYZ | 27.14 | 15.72 | 2.77 | - |
| YUV | 95.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 29 | 0 | 0.75 | 0.86 | 0.19 | 7.42 | 0.75 | 0.46 |
| Hex | CF | 33 | 1D | 0 | 4B | 56 | 13 | 7 | 4B | 2E |
| Octal | 317 | 63 | 35 | 0 | 113 | 126 | 23 | 7 | 113 | 56 |
| Binary | 11001111 | 110011 | 11101 | 0 | 1001011 | 1010110 | 10011 | 111 | 1001011 | 101110 |
Color Harmonies of #CF331D
Complementary color
Monochromatic Colors of #CF331D
Black with #CF331D
Text Example
Text Example
White with #CF331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF331D; }
p { color: rgb(207,51,29); }
H1.HeaderClassName
{
color: #CF331D;
}
.AnyTagClassName
{
color: #CF331D;
}
</style>
background-color css
<style>
a { background-color: #CF331D; }
a { background-color: rgb(207,51,29); }
div.DivClassName
{
background-color: #CF331D;
}
.BgClassName
{
background-color: #CF331D;
}
</style>
border-color css
<style>
span { border-color: #CF331D; }
span { border-color: rgb(207,51,29); }
td.TdClassName
{
border-color: #CF331D;
}
.TagClassName
{
border-color: #CF331D;
}
</style>