#CF4E19

Color #CF4E19 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CF4E19

Tints of Harley Davidson Orange #CF4E19

Color information

#CF4E19 (or 0xCF4E19) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 4E and 19. RGB value is (207,78,25). Sum of RGB (Red+Green+Blue) = 207+78+25=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4E19 is #30B1E6. Grayscale: #6E6E6E. Windows color (decimal): -3191271 or 1658575. OLE color: 1658575.

HSL color Cylindrical-coordinate representation of color #CF4E19: hue angle of 17.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF4E19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB2077825-
CMYK00.620.880.19
HSL17.47º78.45%45.49%-
HSV(B)17.47º87.92%81.18%-
XYZ28.6318.783.04-
YUV110.5379.74196.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 66.77%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 25 (10.16% from 255) = 8.06%
R=66.77%
G=25.16%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207782500.620.880.1917.4778.4545.49
HexCF4E1903E5813114e2d
Octal31711631076130232111655
Binary110011111001110110010111110101100010011100011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4E19; }

 p { color: rgb(207,78,25); }

 H1.HeaderClassName
 {
   color: #CF4E19;
 }
 .AnyTagClassName
 {
   color: #CF4E19;
 }
</style>
background-color css

<style>
 a { background-color: #CF4E19; }

 a { background-color: rgb(207,78,25); }

 div.DivClassName
 {
   background-color: #CF4E19;
 }
 .BgClassName
 {
   background-color: #CF4E19;
 }
</style>
border-color css

<style>
 span { border-color: #CF4E19; }

 span { border-color: rgb(207,78,25); }

 td.TdClassName
 {
   border-color: #CF4E19;
 }
 .TagClassName
 {
   border-color: #CF4E19;
 }
</style>