Html Css Color HEX #CF331B Harley Davidson Orange
📋 copy color: '#CF331B'red 207 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #CF331B
Tints of Harley Davidson Orange #CF331B
RGB
CMYK
RGB Variations
Color information
#CF331B (or 0xCF331B) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 1B. RGB value is (207,51,27). Sum of RGB (Red+Green+Blue) = 207+51+27=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF331B is #30CCE4. Grayscale: #5F5F5F. Windows color (decimal): -3198181 or 1782735. OLE color: 1782735.
HSL color Cylindrical-coordinate representation of color #CF331B: hue angle of 8º 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 #CF331B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 27 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.19 |
| HSL | 8º | 0.77% | 0.46% | - |
| HSV(B) | 8º | 0.87% | 0.81% | - |
| XYZ | 27.11 | 15.71 | 2.64 | - |
| YUV | 94.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 27 | 0 | 0.75 | 0.87 | 0.19 | 8 | 0.77 | 0.46 |
| Hex | CF | 33 | 1B | 0 | 4B | 57 | 13 | 8 | 4D | 2E |
| Octal | 317 | 63 | 33 | 0 | 113 | 127 | 23 | 10 | 115 | 56 |
| Binary | 11001111 | 110011 | 11011 | 0 | 1001011 | 1010111 | 10011 | 1000 | 1001101 | 101110 |
Color Harmonies of #CF331B
Complementary color
Monochromatic Colors of #CF331B
Black with #CF331B
Text Example
Text Example
White with #CF331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF331B; }
p { color: rgb(207,51,27); }
H1.HeaderClassName
{
color: #CF331B;
}
.AnyTagClassName
{
color: #CF331B;
}
</style>
background-color css
<style>
a { background-color: #CF331B; }
a { background-color: rgb(207,51,27); }
div.DivClassName
{
background-color: #CF331B;
}
.BgClassName
{
background-color: #CF331B;
}
</style>
border-color css
<style>
span { border-color: #CF331B; }
span { border-color: rgb(207,51,27); }
td.TdClassName
{
border-color: #CF331B;
}
.TagClassName
{
border-color: #CF331B;
}
</style>