Html Css Color HEX #CF4123 Harley Davidson Orange
📋 copy color: '#CF4123'red 207 ◦ green 65 ◦ blue 35
Shades of Harley Davidson Orange #CF4123
Tints of Harley Davidson Orange #CF4123
RGB
CMYK
RGB Variations
Color information
#CF4123 (or 0xCF4123) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 23. RGB value is (207,65,35). Sum of RGB (Red+Green+Blue) = 207+65+35=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4123 is #30BEDC. Grayscale: #686868. Windows color (decimal): -3194589 or 2310607. OLE color: 2310607.
HSL color Cylindrical-coordinate representation of color #CF4123: hue angle of 10.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF4123 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 35 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.19 |
| HSL | 10.47º | 0.71% | 0.47% | - |
| HSV(B) | 10.47º | 0.83% | 0.81% | - |
| XYZ | 27.93 | 17.17 | 3.43 | - |
| YUV | 104.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 35 | 0 | 0.69 | 0.83 | 0.19 | 10.47 | 0.71 | 0.47 |
| Hex | CF | 41 | 23 | 0 | 45 | 53 | 13 | A | 47 | 2F |
| Octal | 317 | 101 | 43 | 0 | 105 | 123 | 23 | 12 | 107 | 57 |
| Binary | 11001111 | 1000001 | 100011 | 0 | 1000101 | 1010011 | 10011 | 1010 | 1000111 | 101111 |
Color Harmonies of #CF4123
Complementary color
Monochromatic Colors of #CF4123
Black with #CF4123
Text Example
Text Example
White with #CF4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4123; }
p { color: rgb(207,65,35); }
H1.HeaderClassName
{
color: #CF4123;
}
.AnyTagClassName
{
color: #CF4123;
}
</style>
background-color css
<style>
a { background-color: #CF4123; }
a { background-color: rgb(207,65,35); }
div.DivClassName
{
background-color: #CF4123;
}
.BgClassName
{
background-color: #CF4123;
}
</style>
border-color css
<style>
span { border-color: #CF4123; }
span { border-color: rgb(207,65,35); }
td.TdClassName
{
border-color: #CF4123;
}
.TagClassName
{
border-color: #CF4123;
}
</style>