Html Css Color HEX #D63D1E Harley Davidson Orange

📋 copy color: '#D63D1E'

red 214 ◦ green 61 ◦ blue 30

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

Shades of Harley Davidson Orange #D63D1E

Tints of Harley Davidson Orange #D63D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 70.16%
G = 20%
B = 9.84%

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

#D63D1E (or 0xD63D1E) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 1E. RGB value is (214,61,30). Sum of RGB (Red+Green+Blue) = 214+61+30=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D1E is #29C2E1. Grayscale: #676767. Windows color (decimal): -2736866 or 1981910. OLE color: 1981910.

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

Color convert

RGB 214 61 30 -
CMYK 0 0.71 0.86 0.16
HSL 10.11º 0.75% 0.48% -
HSV(B) 10.11º 0.86% 0.84% -
XYZ 29.63 17.73 3.09 -
YUV 103.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 214 61 30 0 0.71 0.86 0.16 10.11 0.75 0.48
Hex D6 3D 1E 0 47 56 10 A 4B 30
Octal 326 75 36 0 107 126 20 12 113 60
Binary 11010110 111101 11110 0 1000111 1010110 10000 1010 1001011 110000

Color Harmonies of #D63D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D1E

Black with #D63D1E

Text Example


Text Example

White with #D63D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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