Html Css Color HEX #D61E0E Harley Davidson Orange

📋 copy color: '#D61E0E'

red 214 ◦ green 30 ◦ blue 14

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

Shades of Harley Davidson Orange #D61E0E

Tints of Harley Davidson Orange #D61E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 82.95%
G = 11.63%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61E0E (or 0xD61E0E) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 0E. RGB value is (214,30,14). Sum of RGB (Red+Green+Blue) = 214+30+14=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E0E is #29E1F1. Grayscale: #535353. Windows color (decimal): -2744818 or 925398. OLE color: 925398.

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

Color convert

RGB 214 30 14 -
CMYK 0 0.86 0.93 0.16
HSL 4.8º 0.88% 0.45% -
HSV(B) 4.8º 0.93% 0.84% -
XYZ 28.28 15.26 1.87 -
YUV 83.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 214 30 14 0 0.86 0.93 0.16 4.8 0.88 0.45
Hex D6 1E E 0 56 5D 10 5 58 2D
Octal 326 36 16 0 126 135 20 5 130 55
Binary 11010110 11110 1110 0 1010110 1011101 10000 101 1011000 101101

Color Harmonies of #D61E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E0E

Black with #D61E0E

Text Example


Text Example

White with #D61E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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