Html Css Color HEX #CF230F Harley Davidson Orange
📋 copy color: '#CF230F'red 207 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #CF230F
Tints of Harley Davidson Orange #CF230F
RGB
CMYK
RGB Variations
Color information
#CF230F (or 0xCF230F) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 0F. RGB value is (207,35,15). Sum of RGB (Red+Green+Blue) = 207+35+15=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF230F is #30DCF0. Grayscale: #545454. Windows color (decimal): -3202289 or 992207. OLE color: 992207.
HSL color Cylindrical-coordinate representation of color #CF230F: hue angle of 6.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF230F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.19 |
| HSL | 6.25º | 0.86% | 0.44% | - |
| HSV(B) | 6.25º | 0.93% | 0.81% | - |
| XYZ | 26.42 | 14.5 | 1.86 | - |
| YUV | 84.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 15 | 0 | 0.83 | 0.93 | 0.19 | 6.25 | 0.86 | 0.44 |
| Hex | CF | 23 | F | 0 | 53 | 5D | 13 | 6 | 56 | 2C |
| Octal | 317 | 43 | 17 | 0 | 123 | 135 | 23 | 6 | 126 | 54 |
| Binary | 11001111 | 100011 | 1111 | 0 | 1010011 | 1011101 | 10011 | 110 | 1010110 | 101100 |
Color Harmonies of #CF230F
Complementary color
Monochromatic Colors of #CF230F
Black with #CF230F
Text Example
Text Example
White with #CF230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF230F; }
p { color: rgb(207,35,15); }
H1.HeaderClassName
{
color: #CF230F;
}
.AnyTagClassName
{
color: #CF230F;
}
</style>
background-color css
<style>
a { background-color: #CF230F; }
a { background-color: rgb(207,35,15); }
div.DivClassName
{
background-color: #CF230F;
}
.BgClassName
{
background-color: #CF230F;
}
</style>
border-color css
<style>
span { border-color: #CF230F; }
span { border-color: rgb(207,35,15); }
td.TdClassName
{
border-color: #CF230F;
}
.TagClassName
{
border-color: #CF230F;
}
</style>