Html Css Color HEX #D62814 Harley Davidson Orange

📋 copy color: '#D62814'

red 214 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #D62814

Tints of Harley Davidson Orange #D62814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 78.1%
G = 14.6%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62814 (or 0xD62814) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 14. RGB value is (214,40,20). Sum of RGB (Red+Green+Blue) = 214+40+20=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62814 is #29D7EB. Grayscale: #5A5A5A. Windows color (decimal): -2742252 or 1321174. OLE color: 1321174.

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

Color convert

RGB 214 40 20 -
CMYK 0 0.81 0.91 0.16
HSL 6.19º 0.83% 0.46% -
HSV(B) 6.19º 0.91% 0.84% -
XYZ 28.62 15.86 2.22 -
YUV 89.75 88.65 216.63 -
System Red Green Blue C M Y K H S L
Decimal 214 40 20 0 0.81 0.91 0.16 6.19 0.83 0.46
Hex D6 28 14 0 51 5B 10 6 53 2E
Octal 326 50 24 0 121 133 20 6 123 56
Binary 11010110 101000 10100 0 1010001 1011011 10000 110 1010011 101110

Color Harmonies of #D62814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62814

Black with #D62814

Text Example


Text Example

White with #D62814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62814; }

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

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

background-color css

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

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

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

border-color css

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

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

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