Html Css Color HEX #CF4124 Harley Davidson Orange
📋 copy color: '#CF4124'red 207 ◦ green 65 ◦ blue 36
Shades of Harley Davidson Orange #CF4124
Tints of Harley Davidson Orange #CF4124
RGB
CMYK
RGB Variations
Color information
#CF4124 (or 0xCF4124) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 24. RGB value is (207,65,36). Sum of RGB (Red+Green+Blue) = 207+65+36=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4124 is #30BEDB. Grayscale: #686868. Windows color (decimal): -3194588 or 2376143. OLE color: 2376143.
HSL color Cylindrical-coordinate representation of color #CF4124: hue angle of 10.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF4124 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 36 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.19 |
| HSL | 10.18º | 0.7% | 0.48% | - |
| HSV(B) | 10.18º | 0.83% | 0.81% | - |
| XYZ | 27.94 | 17.17 | 3.51 | - |
| YUV | 104.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 36 | 0 | 0.69 | 0.83 | 0.19 | 10.18 | 0.7 | 0.48 |
| Hex | CF | 41 | 24 | 0 | 45 | 53 | 13 | A | 46 | 30 |
| Octal | 317 | 101 | 44 | 0 | 105 | 123 | 23 | 12 | 106 | 60 |
| Binary | 11001111 | 1000001 | 100100 | 0 | 1000101 | 1010011 | 10011 | 1010 | 1000110 | 110000 |
Color Harmonies of #CF4124
Complementary color
Monochromatic Colors of #CF4124
Black with #CF4124
Text Example
Text Example
White with #CF4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4124; }
p { color: rgb(207,65,36); }
H1.HeaderClassName
{
color: #CF4124;
}
.AnyTagClassName
{
color: #CF4124;
}
</style>
background-color css
<style>
a { background-color: #CF4124; }
a { background-color: rgb(207,65,36); }
div.DivClassName
{
background-color: #CF4124;
}
.BgClassName
{
background-color: #CF4124;
}
</style>
border-color css
<style>
span { border-color: #CF4124; }
span { border-color: rgb(207,65,36); }
td.TdClassName
{
border-color: #CF4124;
}
.TagClassName
{
border-color: #CF4124;
}
</style>