Html Css Color HEX #CF451E Harley Davidson Orange
📋 copy color: '#CF451E'red 207 ◦ green 69 ◦ blue 30
Shades of Harley Davidson Orange #CF451E
Tints of Harley Davidson Orange #CF451E
RGB
CMYK
RGB Variations
Color information
#CF451E (or 0xCF451E) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 1E. RGB value is (207,69,30). Sum of RGB (Red+Green+Blue) = 207+69+30=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF451E is #30BAE1. Grayscale: #6A6A6A. Windows color (decimal): -3193570 or 1983951. OLE color: 1983951.
HSL color Cylindrical-coordinate representation of color #CF451E: hue angle of 13.22º 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 #CF451E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 30 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.19 |
| HSL | 13.22º | 0.75% | 0.46% | - |
| HSV(B) | 13.22º | 0.86% | 0.81% | - |
| XYZ | 28.09 | 17.62 | 3.15 | - |
| YUV | 105.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 30 | 0 | 0.67 | 0.86 | 0.19 | 13.22 | 0.75 | 0.46 |
| Hex | CF | 45 | 1E | 0 | 43 | 56 | 13 | D | 4B | 2E |
| Octal | 317 | 105 | 36 | 0 | 103 | 126 | 23 | 15 | 113 | 56 |
| Binary | 11001111 | 1000101 | 11110 | 0 | 1000011 | 1010110 | 10011 | 1101 | 1001011 | 101110 |
Color Harmonies of #CF451E
Complementary color
Monochromatic Colors of #CF451E
Black with #CF451E
Text Example
Text Example
White with #CF451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF451E; }
p { color: rgb(207,69,30); }
H1.HeaderClassName
{
color: #CF451E;
}
.AnyTagClassName
{
color: #CF451E;
}
</style>
background-color css
<style>
a { background-color: #CF451E; }
a { background-color: rgb(207,69,30); }
div.DivClassName
{
background-color: #CF451E;
}
.BgClassName
{
background-color: #CF451E;
}
</style>
border-color css
<style>
span { border-color: #CF451E; }
span { border-color: rgb(207,69,30); }
td.TdClassName
{
border-color: #CF451E;
}
.TagClassName
{
border-color: #CF451E;
}
</style>