Html Css Color HEX #CF481D Harley Davidson Orange
📋 copy color: '#CF481D'red 207 ◦ green 72 ◦ blue 29
Shades of Harley Davidson Orange #CF481D
Tints of Harley Davidson Orange #CF481D
RGB
CMYK
RGB Variations
Color information
#CF481D (or 0xCF481D) is known color: Harley Davidson Orange. HEX triplet: CF, 48 and 1D. RGB value is (207,72,29). Sum of RGB (Red+Green+Blue) = 207+72+29=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF481D is #30B7E2. Grayscale: #6B6B6B. Windows color (decimal): -3192803 or 1919183. OLE color: 1919183.
HSL color Cylindrical-coordinate representation of color #CF481D: hue angle of 14.49º 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 #CF481D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.19 |
| HSL | 14.49º | 0.75% | 0.46% | - |
| HSV(B) | 14.49º | 0.86% | 0.81% | - |
| XYZ | 28.27 | 17.99 | 3.14 | - |
| YUV | 107.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 29 | 0 | 0.65 | 0.86 | 0.19 | 14.49 | 0.75 | 0.46 |
| Hex | CF | 48 | 1D | 0 | 41 | 56 | 13 | E | 4B | 2E |
| Octal | 317 | 110 | 35 | 0 | 101 | 126 | 23 | 16 | 113 | 56 |
| Binary | 11001111 | 1001000 | 11101 | 0 | 1000001 | 1010110 | 10011 | 1110 | 1001011 | 101110 |
Color Harmonies of #CF481D
Complementary color
Monochromatic Colors of #CF481D
Black with #CF481D
Text Example
Text Example
White with #CF481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF481D; }
p { color: rgb(207,72,29); }
H1.HeaderClassName
{
color: #CF481D;
}
.AnyTagClassName
{
color: #CF481D;
}
</style>
background-color css
<style>
a { background-color: #CF481D; }
a { background-color: rgb(207,72,29); }
div.DivClassName
{
background-color: #CF481D;
}
.BgClassName
{
background-color: #CF481D;
}
</style>
border-color css
<style>
span { border-color: #CF481D; }
span { border-color: rgb(207,72,29); }
td.TdClassName
{
border-color: #CF481D;
}
.TagClassName
{
border-color: #CF481D;
}
</style>