Html Css Color HEX #CF361E Harley Davidson Orange
📋 copy color: '#CF361E'red 207 ◦ green 54 ◦ blue 30
Shades of Harley Davidson Orange #CF361E
Tints of Harley Davidson Orange #CF361E
RGB
CMYK
RGB Variations
Color information
#CF361E (or 0xCF361E) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 1E. RGB value is (207,54,30). Sum of RGB (Red+Green+Blue) = 207+54+30=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF361E is #30C9E1. Grayscale: #616161. Windows color (decimal): -3197410 or 1980111. OLE color: 1980111.
HSL color Cylindrical-coordinate representation of color #CF361E: hue angle of 8.14º degrees, saturation: 0.75, 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 #CF361E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.19 |
| HSL | 8.14º | 0.75% | 0.46% | - |
| HSV(B) | 8.14º | 0.86% | 0.81% | - |
| XYZ | 27.29 | 16 | 2.88 | - |
| YUV | 97.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 30 | 0 | 0.74 | 0.86 | 0.19 | 8.14 | 0.75 | 0.46 |
| Hex | CF | 36 | 1E | 0 | 4A | 56 | 13 | 8 | 4B | 2E |
| Octal | 317 | 66 | 36 | 0 | 112 | 126 | 23 | 10 | 113 | 56 |
| Binary | 11001111 | 110110 | 11110 | 0 | 1001010 | 1010110 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CF361E
Complementary color
Monochromatic Colors of #CF361E
Black with #CF361E
Text Example
Text Example
White with #CF361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF361E; }
p { color: rgb(207,54,30); }
H1.HeaderClassName
{
color: #CF361E;
}
.AnyTagClassName
{
color: #CF361E;
}
</style>
background-color css
<style>
a { background-color: #CF361E; }
a { background-color: rgb(207,54,30); }
div.DivClassName
{
background-color: #CF361E;
}
.BgClassName
{
background-color: #CF361E;
}
</style>
border-color css
<style>
span { border-color: #CF361E; }
span { border-color: rgb(207,54,30); }
td.TdClassName
{
border-color: #CF361E;
}
.TagClassName
{
border-color: #CF361E;
}
</style>