Html Css Color HEX #CF3823 Harley Davidson Orange
📋 copy color: '#CF3823'red 207 ◦ green 56 ◦ blue 35
Shades of Harley Davidson Orange #CF3823
Tints of Harley Davidson Orange #CF3823
RGB
CMYK
RGB Variations
Color information
#CF3823 (or 0xCF3823) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 23. RGB value is (207,56,35). Sum of RGB (Red+Green+Blue) = 207+56+35=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3823 is #30C7DC. Grayscale: #626262. Windows color (decimal): -3196893 or 2308303. OLE color: 2308303.
HSL color Cylindrical-coordinate representation of color #CF3823: hue angle of 7.33º 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 #CF3823 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 35 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.19 |
| HSL | 7.33º | 0.71% | 0.47% | - |
| HSV(B) | 7.33º | 0.83% | 0.81% | - |
| XYZ | 27.45 | 16.22 | 3.27 | - |
| YUV | 98.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 35 | 0 | 0.73 | 0.83 | 0.19 | 7.33 | 0.71 | 0.47 |
| Hex | CF | 38 | 23 | 0 | 49 | 53 | 13 | 7 | 47 | 2F |
| Octal | 317 | 70 | 43 | 0 | 111 | 123 | 23 | 7 | 107 | 57 |
| Binary | 11001111 | 111000 | 100011 | 0 | 1001001 | 1010011 | 10011 | 111 | 1000111 | 101111 |
Color Harmonies of #CF3823
Complementary color
Monochromatic Colors of #CF3823
Black with #CF3823
Text Example
Text Example
White with #CF3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3823; }
p { color: rgb(207,56,35); }
H1.HeaderClassName
{
color: #CF3823;
}
.AnyTagClassName
{
color: #CF3823;
}
</style>
background-color css
<style>
a { background-color: #CF3823; }
a { background-color: rgb(207,56,35); }
div.DivClassName
{
background-color: #CF3823;
}
.BgClassName
{
background-color: #CF3823;
}
</style>
border-color css
<style>
span { border-color: #CF3823; }
span { border-color: rgb(207,56,35); }
td.TdClassName
{
border-color: #CF3823;
}
.TagClassName
{
border-color: #CF3823;
}
</style>