Html Css Color HEX #CF360A Harley Davidson Orange
📋 copy color: '#CF360A'red 207 ◦ green 54 ◦ blue 10
Shades of Harley Davidson Orange #CF360A
Tints of Harley Davidson Orange #CF360A
RGB
CMYK
RGB Variations
Color information
#CF360A (or 0xCF360A) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 0A. RGB value is (207,54,10). Sum of RGB (Red+Green+Blue) = 207+54+10=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF360A is #30C9F5. Grayscale: #5F5F5F. Windows color (decimal): -3197430 or 669391. OLE color: 669391.
HSL color Cylindrical-coordinate representation of color #CF360A: hue angle of 13.4º degrees, saturation: 0.91, 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 #CF360A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.19 |
| HSL | 13.4º | 0.91% | 0.43% | - |
| HSV(B) | 13.4º | 0.95% | 0.81% | - |
| XYZ | 27.11 | 15.93 | 1.93 | - |
| YUV | 94.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 10 | 0 | 0.74 | 0.95 | 0.19 | 13.4 | 0.91 | 0.43 |
| Hex | CF | 36 | A | 0 | 4A | 5F | 13 | D | 5B | 2B |
| Octal | 317 | 66 | 12 | 0 | 112 | 137 | 23 | 15 | 133 | 53 |
| Binary | 11001111 | 110110 | 1010 | 0 | 1001010 | 1011111 | 10011 | 1101 | 1011011 | 101011 |
Color Harmonies of #CF360A
Complementary color
Monochromatic Colors of #CF360A
Black with #CF360A
Text Example
Text Example
White with #CF360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF360A; }
p { color: rgb(207,54,10); }
H1.HeaderClassName
{
color: #CF360A;
}
.AnyTagClassName
{
color: #CF360A;
}
</style>
background-color css
<style>
a { background-color: #CF360A; }
a { background-color: rgb(207,54,10); }
div.DivClassName
{
background-color: #CF360A;
}
.BgClassName
{
background-color: #CF360A;
}
</style>
border-color css
<style>
span { border-color: #CF360A; }
span { border-color: rgb(207,54,10); }
td.TdClassName
{
border-color: #CF360A;
}
.TagClassName
{
border-color: #CF360A;
}
</style>