Html Css Color HEX #D21E00 Harley Davidson Orange

📋 copy color: '#D21E00'

red 210 ◦ green 30 ◦ blue 0

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

Shades of Harley Davidson Orange #D21E00

Tints of Harley Davidson Orange #D21E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D21E00 (or 0xD21E00) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 00. RGB value is (210,30,0). Sum of RGB (Red+Green+Blue) = 210+30+0=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E00 is #2DE1FF. Grayscale: #505050. Windows color (decimal): -3006976 or 7890. OLE color: 7890.

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

Color convert

RGB 210 30 0 -
CMYK 0 0.86 1 0.18
HSL 8.57º 1% 0.41% -
HSV(B) 8.57º 1% 0.82% -
XYZ 27.04 14.63 1.4 -
YUV 80.4 82.63 220.44 -
System Red Green Blue C M Y K H S L
Decimal 210 30 0 0 0.86 1 0.18 8.57 1 0.41
Hex D2 1E 0 0 56 64 12 9 64 29
Octal 322 36 0 0 126 144 22 11 144 51
Binary 11010010 11110 0 0 1010110 1100100 10010 1001 1100100 101001

Color Harmonies of #D21E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E00

Black with #D21E00

Text Example


Text Example

White with #D21E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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