#C72014

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

Shades of Harley Davidson Orange #C72014

Tints of Harley Davidson Orange #C72014

Color information

#C72014 (or 0xC72014) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 20 and 14. RGB value is (199,32,20). Sum of RGB (Red+Green+Blue) = 199+32+20=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C72014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72014 is #38DFEB. Grayscale: #505050. Windows color (decimal): -3727340 or 1319111. OLE color: 1319111.

HSL color Cylindrical-coordinate representation of color #C72014: hue angle of 4.02º 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 #C72014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1993220-
CMYK00.840.900.22
HSL4.02º81.74%42.94%-
HSV(B)4.02º89.95%78.04%-
XYZ24.213.231.94-
YUV80.5693.83212.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.28%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=79.28%
G=12.75%
B=7.97%

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
Decimal199322000.840.900.224.0281.7442.94
HexC720140545A164522b
Octal3074024012413226412253
Binary1100011110000010100010101001011010101101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72014; }

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

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

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

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

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

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

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

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