Html Css Color HEX #CF4223 Harley Davidson Orange
📋 copy color: '#CF4223'red 207 ◦ green 66 ◦ blue 35
Shades of Harley Davidson Orange #CF4223
Tints of Harley Davidson Orange #CF4223
RGB
CMYK
RGB Variations
Color information
#CF4223 (or 0xCF4223) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 23. RGB value is (207,66,35). Sum of RGB (Red+Green+Blue) = 207+66+35=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4223 is #30BDDC. Grayscale: #686868. Windows color (decimal): -3194333 or 2310863. OLE color: 2310863.
HSL color Cylindrical-coordinate representation of color #CF4223: hue angle of 10.81º 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 #CF4223 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 35 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.19 |
| HSL | 10.81º | 0.71% | 0.47% | - |
| HSV(B) | 10.81º | 0.83% | 0.81% | - |
| XYZ | 27.98 | 17.28 | 3.45 | - |
| YUV | 104.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 35 | 0 | 0.68 | 0.83 | 0.19 | 10.81 | 0.71 | 0.47 |
| Hex | CF | 42 | 23 | 0 | 44 | 53 | 13 | B | 47 | 2F |
| Octal | 317 | 102 | 43 | 0 | 104 | 123 | 23 | 13 | 107 | 57 |
| Binary | 11001111 | 1000010 | 100011 | 0 | 1000100 | 1010011 | 10011 | 1011 | 1000111 | 101111 |
Color Harmonies of #CF4223
Complementary color
Monochromatic Colors of #CF4223
Black with #CF4223
Text Example
Text Example
White with #CF4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4223; }
p { color: rgb(207,66,35); }
H1.HeaderClassName
{
color: #CF4223;
}
.AnyTagClassName
{
color: #CF4223;
}
</style>
background-color css
<style>
a { background-color: #CF4223; }
a { background-color: rgb(207,66,35); }
div.DivClassName
{
background-color: #CF4223;
}
.BgClassName
{
background-color: #CF4223;
}
</style>
border-color css
<style>
span { border-color: #CF4223; }
span { border-color: rgb(207,66,35); }
td.TdClassName
{
border-color: #CF4223;
}
.TagClassName
{
border-color: #CF4223;
}
</style>