Html Css Color HEX #D61E13 Harley Davidson Orange

📋 copy color: '#D61E13'

red 214 ◦ green 30 ◦ blue 19

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

Shades of Harley Davidson Orange #D61E13

Tints of Harley Davidson Orange #D61E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 81.37%
G = 11.41%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D61E13 (or 0xD61E13) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 13. RGB value is (214,30,19). Sum of RGB (Red+Green+Blue) = 214+30+19=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E13 is #29E1EC. Grayscale: #535353. Windows color (decimal): -2744813 or 1253078. OLE color: 1253078.

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

Color convert

RGB 214 30 19 -
CMYK 0 0.86 0.91 0.16
HSL 3.38º 0.84% 0.46% -
HSV(B) 3.38º 0.91% 0.84% -
XYZ 28.31 15.27 2.07 -
YUV 83.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 214 30 19 0 0.86 0.91 0.16 3.38 0.84 0.46
Hex D6 1E 13 0 56 5B 10 3 54 2E
Octal 326 36 23 0 126 133 20 3 124 56
Binary 11010110 11110 10011 0 1010110 1011011 10000 11 1010100 101110

Color Harmonies of #D61E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E13

Black with #D61E13

Text Example


Text Example

White with #D61E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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