Html Css Color HEX #D62014 Harley Davidson Orange

📋 copy color: '#D62014'

red 214 ◦ green 32 ◦ blue 20

#D62014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D62014

Tints of Harley Davidson Orange #D62014

RGB

 RED value IS 214 (83.98% from 255) = 80.45%

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 80.45%
G = 12.03%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62014 (or 0xD62014) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 14. RGB value is (214,32,20). Sum of RGB (Red+Green+Blue) = 214+32+20=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D62014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62014 is #29DFEB. Grayscale: #555555. Windows color (decimal): -2744300 or 1319126. OLE color: 1319126.

HSL color Cylindrical-coordinate representation of color #D62014: hue angle of 3.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D62014 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 20 -
CMYK 0 0.85 0.91 0.16
HSL 3.71º 0.83% 0.46% -
HSV(B) 3.71º 0.91% 0.84% -
XYZ 28.37 15.38 2.13 -
YUV 85.05 91.3 219.98 -
System Red Green Blue C M Y K H S L
Decimal 214 32 20 0 0.85 0.91 0.16 3.71 0.83 0.46
Hex D6 20 14 0 55 5B 10 4 53 2E
Octal 326 40 24 0 125 133 20 4 123 56
Binary 11010110 100000 10100 0 1010101 1011011 10000 100 1010011 101110

Color Harmonies of #D62014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62014

Black with #D62014

Text Example


Text Example

White with #D62014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62014; }

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

 H1.HeaderClassName
 {
   color: #D62014;
 }
 .AnyTagClassName
 {
   color: #D62014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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