Html Css Color HEX #CF361A Harley Davidson Orange
📋 copy color: '#CF361A'red 207 ◦ green 54 ◦ blue 26
Shades of Harley Davidson Orange #CF361A
Tints of Harley Davidson Orange #CF361A
RGB
CMYK
RGB Variations
Color information
#CF361A (or 0xCF361A) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 1A. RGB value is (207,54,26). Sum of RGB (Red+Green+Blue) = 207+54+26=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF361A is #30C9E5. Grayscale: #606060. Windows color (decimal): -3197414 or 1717967. OLE color: 1717967.
HSL color Cylindrical-coordinate representation of color #CF361A: hue angle of 9.28º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF361A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.19 |
| HSL | 9.28º | 0.78% | 0.46% | - |
| HSV(B) | 9.28º | 0.87% | 0.81% | - |
| XYZ | 27.24 | 15.98 | 2.63 | - |
| YUV | 96.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 26 | 0 | 0.74 | 0.87 | 0.19 | 9.28 | 0.78 | 0.46 |
| Hex | CF | 36 | 1A | 0 | 4A | 57 | 13 | 9 | 4E | 2E |
| Octal | 317 | 66 | 32 | 0 | 112 | 127 | 23 | 11 | 116 | 56 |
| Binary | 11001111 | 110110 | 11010 | 0 | 1001010 | 1010111 | 10011 | 1001 | 1001110 | 101110 |
Color Harmonies of #CF361A
Complementary color
Monochromatic Colors of #CF361A
Black with #CF361A
Text Example
Text Example
White with #CF361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF361A; }
p { color: rgb(207,54,26); }
H1.HeaderClassName
{
color: #CF361A;
}
.AnyTagClassName
{
color: #CF361A;
}
</style>
background-color css
<style>
a { background-color: #CF361A; }
a { background-color: rgb(207,54,26); }
div.DivClassName
{
background-color: #CF361A;
}
.BgClassName
{
background-color: #CF361A;
}
</style>
border-color css
<style>
span { border-color: #CF361A; }
span { border-color: rgb(207,54,26); }
td.TdClassName
{
border-color: #CF361A;
}
.TagClassName
{
border-color: #CF361A;
}
</style>