Html Css Color HEX #D62F14 Harley Davidson Orange

📋 copy color: '#D62F14'

red 214 ◦ green 47 ◦ blue 20

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

Shades of Harley Davidson Orange #D62F14

Tints of Harley Davidson Orange #D62F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

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

R = 76.16%
G = 16.73%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62F14 (or 0xD62F14) is known color: Harley Davidson Orange. HEX triplet: D6, 2F and 14. RGB value is (214,47,20). Sum of RGB (Red+Green+Blue) = 214+47+20=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F14 is #29D0EB. Grayscale: #5E5E5E. Windows color (decimal): -2740460 or 1322966. OLE color: 1322966.

HSL color Cylindrical-coordinate representation of color #D62F14: hue angle of 8.35º 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 #D62F14 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 20 -
CMYK 0 0.78 0.91 0.16
HSL 8.35º 0.83% 0.46% -
HSV(B) 8.35º 0.91% 0.84% -
XYZ 28.87 16.38 2.3 -
YUV 93.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 214 47 20 0 0.78 0.91 0.16 8.35 0.83 0.46
Hex D6 2F 14 0 4E 5B 10 8 53 2E
Octal 326 57 24 0 116 133 20 10 123 56
Binary 11010110 101111 10100 0 1001110 1011011 10000 1000 1010011 101110

Color Harmonies of #D62F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F14

Black with #D62F14

Text Example


Text Example

White with #D62F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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