Html Css Color HEX #D63E00 Harley Davidson Orange

📋 copy color: '#D63E00'

red 214 ◦ green 62 ◦ blue 0

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

Shades of Harley Davidson Orange #D63E00

Tints of Harley Davidson Orange #D63E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.54%
G = 22.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D63E00 (or 0xD63E00) is known color: Harley Davidson Orange. HEX triplet: D6, 3E and 00. RGB value is (214,62,0). Sum of RGB (Red+Green+Blue) = 214+62+0=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63E00 is #29C1FF. Grayscale: #646464. Windows color (decimal): -2736640 or 16086. OLE color: 16086.

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

Color convert

RGB 214 62 0 -
CMYK 0 0.71 1 0.16
HSL 17.38º 1% 0.42% -
HSV(B) 17.38º 1% 0.84% -
XYZ 29.45 17.74 1.87 -
YUV 100.38 71.36 209.04 -
System Red Green Blue C M Y K H S L
Decimal 214 62 0 0 0.71 1 0.16 17.38 1 0.42
Hex D6 3E 0 0 47 64 10 11 64 2A
Octal 326 76 0 0 107 144 20 21 144 52
Binary 11010110 111110 0 0 1000111 1100100 10000 10001 1100100 101010

Color Harmonies of #D63E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E00

Black with #D63E00

Text Example


Text Example

White with #D63E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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