Html Css Color HEX #CF451C Harley Davidson Orange
📋 copy color: '#CF451C'red 207 ◦ green 69 ◦ blue 28
Shades of Harley Davidson Orange #CF451C
Tints of Harley Davidson Orange #CF451C
RGB
CMYK
RGB Variations
Color information
#CF451C (or 0xCF451C) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 1C. RGB value is (207,69,28). Sum of RGB (Red+Green+Blue) = 207+69+28=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF451C is #30BAE3. Grayscale: #696969. Windows color (decimal): -3193572 or 1852879. OLE color: 1852879.
HSL color Cylindrical-coordinate representation of color #CF451C: hue angle of 13.74º degrees, saturation: 0.76, 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 #CF451C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.19 |
| HSL | 13.74º | 0.76% | 0.46% | - |
| HSV(B) | 13.74º | 0.86% | 0.81% | - |
| XYZ | 28.07 | 17.61 | 3.02 | - |
| YUV | 105.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 28 | 0 | 0.67 | 0.86 | 0.19 | 13.74 | 0.76 | 0.46 |
| Hex | CF | 45 | 1C | 0 | 43 | 56 | 13 | E | 4C | 2E |
| Octal | 317 | 105 | 34 | 0 | 103 | 126 | 23 | 16 | 114 | 56 |
| Binary | 11001111 | 1000101 | 11100 | 0 | 1000011 | 1010110 | 10011 | 1110 | 1001100 | 101110 |
Color Harmonies of #CF451C
Complementary color
Monochromatic Colors of #CF451C
Black with #CF451C
Text Example
Text Example
White with #CF451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF451C; }
p { color: rgb(207,69,28); }
H1.HeaderClassName
{
color: #CF451C;
}
.AnyTagClassName
{
color: #CF451C;
}
</style>
background-color css
<style>
a { background-color: #CF451C; }
a { background-color: rgb(207,69,28); }
div.DivClassName
{
background-color: #CF451C;
}
.BgClassName
{
background-color: #CF451C;
}
</style>
border-color css
<style>
span { border-color: #CF451C; }
span { border-color: rgb(207,69,28); }
td.TdClassName
{
border-color: #CF451C;
}
.TagClassName
{
border-color: #CF451C;
}
</style>