Html Css Color HEX #D63E1E Harley Davidson Orange

📋 copy color: '#D63E1E'

red 214 ◦ green 62 ◦ blue 30

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

Shades of Harley Davidson Orange #D63E1E

Tints of Harley Davidson Orange #D63E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 69.93%
G = 20.26%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D63E1E (or 0xD63E1E) is known color: Harley Davidson Orange. HEX triplet: D6, 3E and 1E. RGB value is (214,62,30). Sum of RGB (Red+Green+Blue) = 214+62+30=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E1E is #29C1E1. Grayscale: #686868. Windows color (decimal): -2736610 or 1982166. OLE color: 1982166.

HSL color Cylindrical-coordinate representation of color #D63E1E: hue angle of 10.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D63E1E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 30 -
CMYK 0 0.71 0.86 0.16
HSL 10.43º 0.75% 0.48% -
HSV(B) 10.43º 0.86% 0.84% -
XYZ 29.69 17.84 3.11 -
YUV 103.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 214 62 30 0 0.71 0.86 0.16 10.43 0.75 0.48
Hex D6 3E 1E 0 47 56 10 A 4B 30
Octal 326 76 36 0 107 126 20 12 113 60
Binary 11010110 111110 11110 0 1000111 1010110 10000 1010 1001011 110000

Color Harmonies of #D63E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E1E

Black with #D63E1E

Text Example


Text Example

White with #D63E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E1E; }

 p { color: rgb(214,62,30); }

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

background-color css

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

 a { background-color: rgb(214,62,30); }

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

border-color css

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

 span { border-color: rgb(214,62,30); }

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