Html Css Color HEX #D51E1D Harley Davidson Orange

📋 copy color: '#D51E1D'

red 213 ◦ green 30 ◦ blue 29

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

Shades of Harley Davidson Orange #D51E1D

Tints of Harley Davidson Orange #D51E1D

RGB

 RED value IS 213 (83.59% from 255) = 78.31%

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 78.31%
G = 11.03%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D51E1D (or 0xD51E1D) is known color: Harley Davidson Orange. HEX triplet: D5, 1E and 1D. RGB value is (213,30,29). Sum of RGB (Red+Green+Blue) = 213+30+29=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E1D is #2AE1E2. Grayscale: #545454. Windows color (decimal): -2810339 or 1908437. OLE color: 1908437.

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

Color convert

RGB 213 30 29 -
CMYK 0 0.86 0.86 0.16
HSL 0.33º 0.76% 0.47% -
HSV(B) 0.33º 0.86% 0.84% -
XYZ 28.13 15.16 2.61 -
YUV 84.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 213 30 29 0 0.86 0.86 0.16 0.33 0.76 0.47
Hex D5 1E 1D 0 56 56 10 0 4C 2F
Octal 325 36 35 0 126 126 20 0 114 57
Binary 11010101 11110 11101 0 1010110 1010110 10000 0 1001100 101111

Color Harmonies of #D51E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E1D

Black with #D51E1D

Text Example


Text Example

White with #D51E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E1D; }

 p { color: rgb(213,30,29); }

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

background-color css

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

 a { background-color: rgb(213,30,29); }

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

border-color css

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

 span { border-color: rgb(213,30,29); }

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