Html Css Color HEX #CF261C Harley Davidson Orange
📋 copy color: '#CF261C'red 207 ◦ green 38 ◦ blue 28
Shades of Harley Davidson Orange #CF261C
Tints of Harley Davidson Orange #CF261C
RGB
CMYK
RGB Variations
Color information
#CF261C (or 0xCF261C) is known color: Harley Davidson Orange. HEX triplet: CF, 26 and 1C. RGB value is (207,38,28). Sum of RGB (Red+Green+Blue) = 207+38+28=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF261C is #30D9E3. Grayscale: #575757. Windows color (decimal): -3201508 or 1844943. OLE color: 1844943.
HSL color Cylindrical-coordinate representation of color #CF261C: hue angle of 3.35º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF261C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.19 |
| HSL | 3.35º | 0.76% | 0.46% | - |
| HSV(B) | 3.35º | 0.86% | 0.81% | - |
| XYZ | 26.63 | 14.74 | 2.54 | - |
| YUV | 87.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 28 | 0 | 0.82 | 0.86 | 0.19 | 3.35 | 0.76 | 0.46 |
| Hex | CF | 26 | 1C | 0 | 52 | 56 | 13 | 3 | 4C | 2E |
| Octal | 317 | 46 | 34 | 0 | 122 | 126 | 23 | 3 | 114 | 56 |
| Binary | 11001111 | 100110 | 11100 | 0 | 1010010 | 1010110 | 10011 | 11 | 1001100 | 101110 |
Color Harmonies of #CF261C
Complementary color
Monochromatic Colors of #CF261C
Black with #CF261C
Text Example
Text Example
White with #CF261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF261C; }
p { color: rgb(207,38,28); }
H1.HeaderClassName
{
color: #CF261C;
}
.AnyTagClassName
{
color: #CF261C;
}
</style>
background-color css
<style>
a { background-color: #CF261C; }
a { background-color: rgb(207,38,28); }
div.DivClassName
{
background-color: #CF261C;
}
.BgClassName
{
background-color: #CF261C;
}
</style>
border-color css
<style>
span { border-color: #CF261C; }
span { border-color: rgb(207,38,28); }
td.TdClassName
{
border-color: #CF261C;
}
.TagClassName
{
border-color: #CF261C;
}
</style>