Html Css Color HEX #CF361C Harley Davidson Orange
📋 copy color: '#CF361C'red 207 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #CF361C
Tints of Harley Davidson Orange #CF361C
RGB
CMYK
RGB Variations
Color information
#CF361C (or 0xCF361C) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 1C. RGB value is (207,54,28). Sum of RGB (Red+Green+Blue) = 207+54+28=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF361C is #30C9E3. Grayscale: #616161. Windows color (decimal): -3197412 or 1849039. OLE color: 1849039.
HSL color Cylindrical-coordinate representation of color #CF361C: hue angle of 8.72º 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 #CF361C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 28 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.19 |
| HSL | 8.72º | 0.76% | 0.46% | - |
| HSV(B) | 8.72º | 0.86% | 0.81% | - |
| XYZ | 27.26 | 15.99 | 2.75 | - |
| YUV | 96.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 28 | 0 | 0.74 | 0.86 | 0.19 | 8.72 | 0.76 | 0.46 |
| Hex | CF | 36 | 1C | 0 | 4A | 56 | 13 | 9 | 4C | 2E |
| Octal | 317 | 66 | 34 | 0 | 112 | 126 | 23 | 11 | 114 | 56 |
| Binary | 11001111 | 110110 | 11100 | 0 | 1001010 | 1010110 | 10011 | 1001 | 1001100 | 101110 |
Color Harmonies of #CF361C
Complementary color
Monochromatic Colors of #CF361C
Black with #CF361C
Text Example
Text Example
White with #CF361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF361C; }
p { color: rgb(207,54,28); }
H1.HeaderClassName
{
color: #CF361C;
}
.AnyTagClassName
{
color: #CF361C;
}
</style>
background-color css
<style>
a { background-color: #CF361C; }
a { background-color: rgb(207,54,28); }
div.DivClassName
{
background-color: #CF361C;
}
.BgClassName
{
background-color: #CF361C;
}
</style>
border-color css
<style>
span { border-color: #CF361C; }
span { border-color: rgb(207,54,28); }
td.TdClassName
{
border-color: #CF361C;
}
.TagClassName
{
border-color: #CF361C;
}
</style>