Html Css Color HEX #CF300F Harley Davidson Orange
📋 copy color: '#CF300F'red 207 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #CF300F
Tints of Harley Davidson Orange #CF300F
RGB
CMYK
RGB Variations
Color information
#CF300F (or 0xCF300F) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 0F. RGB value is (207,48,15). Sum of RGB (Red+Green+Blue) = 207+48+15=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF300F is #30CFF0. Grayscale: #5C5C5C. Windows color (decimal): -3198961 or 995535. OLE color: 995535.
HSL color Cylindrical-coordinate representation of color #CF300F: hue angle of 10.31º 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 #CF300F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.19 |
| HSL | 10.31º | 0.86% | 0.44% | - |
| HSV(B) | 10.31º | 0.93% | 0.81% | - |
| XYZ | 26.88 | 15.41 | 2.01 | - |
| YUV | 91.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 15 | 0 | 0.77 | 0.93 | 0.19 | 10.31 | 0.86 | 0.44 |
| Hex | CF | 30 | F | 0 | 4D | 5D | 13 | A | 56 | 2C |
| Octal | 317 | 60 | 17 | 0 | 115 | 135 | 23 | 12 | 126 | 54 |
| Binary | 11001111 | 110000 | 1111 | 0 | 1001101 | 1011101 | 10011 | 1010 | 1010110 | 101100 |
Color Harmonies of #CF300F
Complementary color
Monochromatic Colors of #CF300F
Black with #CF300F
Text Example
Text Example
White with #CF300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF300F; }
p { color: rgb(207,48,15); }
H1.HeaderClassName
{
color: #CF300F;
}
.AnyTagClassName
{
color: #CF300F;
}
</style>
background-color css
<style>
a { background-color: #CF300F; }
a { background-color: rgb(207,48,15); }
div.DivClassName
{
background-color: #CF300F;
}
.BgClassName
{
background-color: #CF300F;
}
</style>
border-color css
<style>
span { border-color: #CF300F; }
span { border-color: rgb(207,48,15); }
td.TdClassName
{
border-color: #CF300F;
}
.TagClassName
{
border-color: #CF300F;
}
</style>