Html Css Color HEX #D61E19 Harley Davidson Orange

📋 copy color: '#D61E19'

red 214 ◦ green 30 ◦ blue 25

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

Shades of Harley Davidson Orange #D61E19

Tints of Harley Davidson Orange #D61E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 79.55%
G = 11.15%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D61E19 (or 0xD61E19) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 19. RGB value is (214,30,25). Sum of RGB (Red+Green+Blue) = 214+30+25=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E19 is #29E1E6. Grayscale: #545454. Windows color (decimal): -2744807 or 1646294. OLE color: 1646294.

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

Color convert

RGB 214 30 25 -
CMYK 0 0.86 0.88 0.16
HSL 1.59º 0.79% 0.47% -
HSV(B) 1.59º 0.88% 0.84% -
XYZ 28.37 15.29 2.38 -
YUV 84.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 214 30 25 0 0.86 0.88 0.16 1.59 0.79 0.47
Hex D6 1E 19 0 56 58 10 2 4F 2F
Octal 326 36 31 0 126 130 20 2 117 57
Binary 11010110 11110 11001 0 1010110 1011000 10000 10 1001111 101111

Color Harmonies of #D61E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E19

Black with #D61E19

Text Example


Text Example

White with #D61E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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