Html Css Color HEX #CF360B Harley Davidson Orange
📋 copy color: '#CF360B'red 207 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #CF360B
Tints of Harley Davidson Orange #CF360B
RGB
CMYK
RGB Variations
Color information
#CF360B (or 0xCF360B) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 0B. RGB value is (207,54,11). Sum of RGB (Red+Green+Blue) = 207+54+11=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF360B is #30C9F4. Grayscale: #5F5F5F. Windows color (decimal): -3197429 or 734927. OLE color: 734927.
HSL color Cylindrical-coordinate representation of color #CF360B: hue angle of 13.16º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF360B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.19 |
| HSL | 13.16º | 0.9% | 0.43% | - |
| HSV(B) | 13.16º | 0.95% | 0.81% | - |
| XYZ | 27.11 | 15.93 | 1.96 | - |
| YUV | 94.85 | 80.69 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 11 | 0 | 0.74 | 0.95 | 0.19 | 13.16 | 0.9 | 0.43 |
| Hex | CF | 36 | B | 0 | 4A | 5F | 13 | D | 5A | 2B |
| Octal | 317 | 66 | 13 | 0 | 112 | 137 | 23 | 15 | 132 | 53 |
| Binary | 11001111 | 110110 | 1011 | 0 | 1001010 | 1011111 | 10011 | 1101 | 1011010 | 101011 |
Color Harmonies of #CF360B
Complementary color
Monochromatic Colors of #CF360B
Black with #CF360B
Text Example
Text Example
White with #CF360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF360B; }
p { color: rgb(207,54,11); }
H1.HeaderClassName
{
color: #CF360B;
}
.AnyTagClassName
{
color: #CF360B;
}
</style>
background-color css
<style>
a { background-color: #CF360B; }
a { background-color: rgb(207,54,11); }
div.DivClassName
{
background-color: #CF360B;
}
.BgClassName
{
background-color: #CF360B;
}
</style>
border-color css
<style>
span { border-color: #CF360B; }
span { border-color: rgb(207,54,11); }
td.TdClassName
{
border-color: #CF360B;
}
.TagClassName
{
border-color: #CF360B;
}
</style>