Html Css Color HEX #CF4315 Harley Davidson Orange
📋 copy color: '#CF4315'red 207 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #CF4315
Tints of Harley Davidson Orange #CF4315
RGB
CMYK
RGB Variations
Color information
#CF4315 (or 0xCF4315) is known color: Harley Davidson Orange. HEX triplet: CF, 43 and 15. RGB value is (207,67,21). Sum of RGB (Red+Green+Blue) = 207+67+21=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4315 is #30BCEA. Grayscale: #676767. Windows color (decimal): -3194091 or 1393615. OLE color: 1393615.
HSL color Cylindrical-coordinate representation of color #CF4315: hue angle of 14.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF4315 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.19 |
| HSL | 14.84º | 0.82% | 0.45% | - |
| HSV(B) | 14.84º | 0.9% | 0.81% | - |
| XYZ | 27.87 | 17.33 | 2.59 | - |
| YUV | 103.62 | 81.38 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 21 | 0 | 0.68 | 0.90 | 0.19 | 14.84 | 0.82 | 0.45 |
| Hex | CF | 43 | 15 | 0 | 44 | 5A | 13 | F | 52 | 2D |
| Octal | 317 | 103 | 25 | 0 | 104 | 132 | 23 | 17 | 122 | 55 |
| Binary | 11001111 | 1000011 | 10101 | 0 | 1000100 | 1011010 | 10011 | 1111 | 1010010 | 101101 |
Color Harmonies of #CF4315
Complementary color
Monochromatic Colors of #CF4315
Black with #CF4315
Text Example
Text Example
White with #CF4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4315; }
p { color: rgb(207,67,21); }
H1.HeaderClassName
{
color: #CF4315;
}
.AnyTagClassName
{
color: #CF4315;
}
</style>
background-color css
<style>
a { background-color: #CF4315; }
a { background-color: rgb(207,67,21); }
div.DivClassName
{
background-color: #CF4315;
}
.BgClassName
{
background-color: #CF4315;
}
</style>
border-color css
<style>
span { border-color: #CF4315; }
span { border-color: rgb(207,67,21); }
td.TdClassName
{
border-color: #CF4315;
}
.TagClassName
{
border-color: #CF4315;
}
</style>