Html Css Color HEX #CF341C Harley Davidson Orange
📋 copy color: '#CF341C'red 207 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #CF341C
Tints of Harley Davidson Orange #CF341C
RGB
CMYK
RGB Variations
Color information
#CF341C (or 0xCF341C) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 1C. RGB value is (207,52,28). Sum of RGB (Red+Green+Blue) = 207+52+28=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF341C is #30CBE3. Grayscale: #5F5F5F. Windows color (decimal): -3197924 or 1848527. OLE color: 1848527.
HSL color Cylindrical-coordinate representation of color #CF341C: hue angle of 8.04º 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 #CF341C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.19 |
| HSL | 8.04º | 0.76% | 0.46% | - |
| HSV(B) | 8.04º | 0.86% | 0.81% | - |
| XYZ | 27.17 | 15.81 | 2.72 | - |
| YUV | 95.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 28 | 0 | 0.75 | 0.86 | 0.19 | 8.04 | 0.76 | 0.46 |
| Hex | CF | 34 | 1C | 0 | 4B | 56 | 13 | 8 | 4C | 2E |
| Octal | 317 | 64 | 34 | 0 | 113 | 126 | 23 | 10 | 114 | 56 |
| Binary | 11001111 | 110100 | 11100 | 0 | 1001011 | 1010110 | 10011 | 1000 | 1001100 | 101110 |
Color Harmonies of #CF341C
Complementary color
Monochromatic Colors of #CF341C
Black with #CF341C
Text Example
Text Example
White with #CF341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF341C; }
p { color: rgb(207,52,28); }
H1.HeaderClassName
{
color: #CF341C;
}
.AnyTagClassName
{
color: #CF341C;
}
</style>
background-color css
<style>
a { background-color: #CF341C; }
a { background-color: rgb(207,52,28); }
div.DivClassName
{
background-color: #CF341C;
}
.BgClassName
{
background-color: #CF341C;
}
</style>
border-color css
<style>
span { border-color: #CF341C; }
span { border-color: rgb(207,52,28); }
td.TdClassName
{
border-color: #CF341C;
}
.TagClassName
{
border-color: #CF341C;
}
</style>