Html Css Color HEX #CF330D Harley Davidson Orange
📋 copy color: '#CF330D'red 207 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #CF330D
Tints of Harley Davidson Orange #CF330D
RGB
CMYK
RGB Variations
Color information
#CF330D (or 0xCF330D) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 0D. RGB value is (207,51,13). Sum of RGB (Red+Green+Blue) = 207+51+13=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF330D is #30CCF2. Grayscale: #5D5D5D. Windows color (decimal): -3198195 or 865231. OLE color: 865231.
HSL color Cylindrical-coordinate representation of color #CF330D: hue angle of 11.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF330D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.19 |
| HSL | 11.75º | 0.88% | 0.43% | - |
| HSV(B) | 11.75º | 0.94% | 0.81% | - |
| XYZ | 26.99 | 15.66 | 1.98 | - |
| YUV | 93.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 13 | 0 | 0.75 | 0.94 | 0.19 | 11.75 | 0.88 | 0.43 |
| Hex | CF | 33 | D | 0 | 4B | 5E | 13 | C | 58 | 2B |
| Octal | 317 | 63 | 15 | 0 | 113 | 136 | 23 | 14 | 130 | 53 |
| Binary | 11001111 | 110011 | 1101 | 0 | 1001011 | 1011110 | 10011 | 1100 | 1011000 | 101011 |
Color Harmonies of #CF330D
Complementary color
Monochromatic Colors of #CF330D
Black with #CF330D
Text Example
Text Example
White with #CF330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF330D; }
p { color: rgb(207,51,13); }
H1.HeaderClassName
{
color: #CF330D;
}
.AnyTagClassName
{
color: #CF330D;
}
</style>
background-color css
<style>
a { background-color: #CF330D; }
a { background-color: rgb(207,51,13); }
div.DivClassName
{
background-color: #CF330D;
}
.BgClassName
{
background-color: #CF330D;
}
</style>
border-color css
<style>
span { border-color: #CF330D; }
span { border-color: rgb(207,51,13); }
td.TdClassName
{
border-color: #CF330D;
}
.TagClassName
{
border-color: #CF330D;
}
</style>