Html Css Color HEX #D63214 Harley Davidson Orange

📋 copy color: '#D63214'

red 214 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #D63214

Tints of Harley Davidson Orange #D63214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 75.35%
G = 17.61%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D63214 (or 0xD63214) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 14. RGB value is (214,50,20). Sum of RGB (Red+Green+Blue) = 214+50+20=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D63214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63214 is #29CDEB. Grayscale: #5F5F5F. Windows color (decimal): -2739692 or 1323734. OLE color: 1323734.

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

Color convert

RGB 214 50 20 -
CMYK 0 0.77 0.91 0.16
HSL 9.28º 0.83% 0.46% -
HSV(B) 9.28º 0.91% 0.84% -
XYZ 29 16.63 2.34 -
YUV 95.62 85.33 212.44 -
System Red Green Blue C M Y K H S L
Decimal 214 50 20 0 0.77 0.91 0.16 9.28 0.83 0.46
Hex D6 32 14 0 4D 5B 10 9 53 2E
Octal 326 62 24 0 115 133 20 11 123 56
Binary 11010110 110010 10100 0 1001101 1011011 10000 1001 1010011 101110

Color Harmonies of #D63214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63214

Black with #D63214

Text Example


Text Example

White with #D63214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63214; }

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

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

background-color css

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

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

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

border-color css

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

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

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