Html Css Color HEX #D21E1A Harley Davidson Orange

📋 copy color: '#D21E1A'

red 210 ◦ green 30 ◦ blue 26

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

Shades of Harley Davidson Orange #D21E1A

Tints of Harley Davidson Orange #D21E1A

RGB

 RED value IS 210 (82.42% from 255) = 78.95%

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

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 78.95%
G = 11.28%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D21E1A (or 0xD21E1A) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 1A. RGB value is (210,30,26). Sum of RGB (Red+Green+Blue) = 210+30+26=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E1A is #2DE1E5. Grayscale: #535353. Windows color (decimal): -3006950 or 1711826. OLE color: 1711826.

HSL color Cylindrical-coordinate representation of color #D21E1A: hue angle of 1.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21E1A is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 30 26 -
CMYK 0 0.86 0.88 0.18
HSL 1.3º 0.78% 0.46% -
HSV(B) 1.3º 0.88% 0.82% -
XYZ 27.23 14.7 2.38 -
YUV 83.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 210 30 26 0 0.86 0.88 0.18 1.3 0.78 0.46
Hex D2 1E 1A 0 56 58 12 1 4E 2E
Octal 322 36 32 0 126 130 22 1 116 56
Binary 11010010 11110 11010 0 1010110 1011000 10010 1 1001110 101110

Color Harmonies of #D21E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E1A

Black with #D21E1A

Text Example


Text Example

White with #D21E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E1A; }

 p { color: rgb(210,30,26); }

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

background-color css

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

 a { background-color: rgb(210,30,26); }

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

border-color css

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

 span { border-color: rgb(210,30,26); }

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