#C71F14

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

Shades of Harley Davidson Orange #C71F14

Tints of Harley Davidson Orange #C71F14

Color information

#C71F14 (or 0xC71F14) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 1F and 14. RGB value is (199,31,20). Sum of RGB (Red+Green+Blue) = 199+31+20=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F14 is #38E0EB. Grayscale: #505050. Windows color (decimal): -3727596 or 1318855. OLE color: 1318855.

HSL color Cylindrical-coordinate representation of color #C71F14: hue angle of 3.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71F14 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1993120-
CMYK00.840.900.22
HSL3.69º81.74%42.94%-
HSV(B)3.69º89.95%78.04%-
XYZ24.1713.171.93-
YUV79.9894.16212.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.6%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 20 (8.20% from 255) = 8%
R=79.6%
G=12.4%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199312000.840.900.223.6981.7442.94
HexC71F140545A164522b
Octal3073724012413226412253
Binary110001111111110100010101001011010101101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71F14; }

 p { color: rgb(199,31,20); }

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

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

 a { background-color: rgb(199,31,20); }

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

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

 span { border-color: rgb(199,31,20); }

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