Html Css Color HEX #D63A1E Harley Davidson Orange

📋 copy color: '#D63A1E'

red 214 ◦ green 58 ◦ blue 30

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

Shades of Harley Davidson Orange #D63A1E

Tints of Harley Davidson Orange #D63A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

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

R = 70.86%
G = 19.21%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D63A1E (or 0xD63A1E) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 1E. RGB value is (214,58,30). Sum of RGB (Red+Green+Blue) = 214+58+30=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A1E is #29C5E1. Grayscale: #656565. Windows color (decimal): -2737634 or 1981142. OLE color: 1981142.

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

Color convert

RGB 214 58 30 -
CMYK 0 0.73 0.86 0.16
HSL 9.13º 0.75% 0.48% -
HSV(B) 9.13º 0.86% 0.84% -
XYZ 29.48 17.42 3.04 -
YUV 101.45 87.68 208.28 -
System Red Green Blue C M Y K H S L
Decimal 214 58 30 0 0.73 0.86 0.16 9.13 0.75 0.48
Hex D6 3A 1E 0 49 56 10 9 4B 30
Octal 326 72 36 0 111 126 20 11 113 60
Binary 11010110 111010 11110 0 1001001 1010110 10000 1001 1001011 110000

Color Harmonies of #D63A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A1E

Black with #D63A1E

Text Example


Text Example

White with #D63A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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