Html Css Color HEX #CF3A1A Harley Davidson Orange
📋 copy color: '#CF3A1A'red 207 ◦ green 58 ◦ blue 26
Shades of Harley Davidson Orange #CF3A1A
Tints of Harley Davidson Orange #CF3A1A
RGB
CMYK
RGB Variations
Color information
#CF3A1A (or 0xCF3A1A) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 1A. RGB value is (207,58,26). Sum of RGB (Red+Green+Blue) = 207+58+26=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A1A is #30C5E5. Grayscale: #636363. Windows color (decimal): -3196390 or 1718991. OLE color: 1718991.
HSL color Cylindrical-coordinate representation of color #CF3A1A: hue angle of 10.61º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF3A1A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 26 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.19 |
| HSL | 10.61º | 0.78% | 0.46% | - |
| HSV(B) | 10.61º | 0.87% | 0.81% | - |
| XYZ | 27.43 | 16.37 | 2.69 | - |
| YUV | 98.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 26 | 0 | 0.72 | 0.87 | 0.19 | 10.61 | 0.78 | 0.46 |
| Hex | CF | 3A | 1A | 0 | 48 | 57 | 13 | B | 4E | 2E |
| Octal | 317 | 72 | 32 | 0 | 110 | 127 | 23 | 13 | 116 | 56 |
| Binary | 11001111 | 111010 | 11010 | 0 | 1001000 | 1010111 | 10011 | 1011 | 1001110 | 101110 |
Color Harmonies of #CF3A1A
Complementary color
Monochromatic Colors of #CF3A1A
Black with #CF3A1A
Text Example
Text Example
White with #CF3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A1A; }
p { color: rgb(207,58,26); }
H1.HeaderClassName
{
color: #CF3A1A;
}
.AnyTagClassName
{
color: #CF3A1A;
}
</style>
background-color css
<style>
a { background-color: #CF3A1A; }
a { background-color: rgb(207,58,26); }
div.DivClassName
{
background-color: #CF3A1A;
}
.BgClassName
{
background-color: #CF3A1A;
}
</style>
border-color css
<style>
span { border-color: #CF3A1A; }
span { border-color: rgb(207,58,26); }
td.TdClassName
{
border-color: #CF3A1A;
}
.TagClassName
{
border-color: #CF3A1A;
}
</style>