Html Css Color HEX #D21E10 Harley Davidson Orange

📋 copy color: '#D21E10'

red 210 ◦ green 30 ◦ blue 16

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

Shades of Harley Davidson Orange #D21E10

Tints of Harley Davidson Orange #D21E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 82.03%
G = 11.72%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D21E10 (or 0xD21E10) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 10. RGB value is (210,30,16). Sum of RGB (Red+Green+Blue) = 210+30+16=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E10 is #2DE1EF. Grayscale: #525252. Windows color (decimal): -3006960 or 1056466. OLE color: 1056466.

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

Color convert

RGB 210 30 16 -
CMYK 0 0.86 0.92 0.18
HSL 4.33º 0.86% 0.44% -
HSV(B) 4.33º 0.92% 0.82% -
XYZ 27.14 14.67 1.89 -
YUV 82.22 90.63 219.14 -
System Red Green Blue C M Y K H S L
Decimal 210 30 16 0 0.86 0.92 0.18 4.33 0.86 0.44
Hex D2 1E 10 0 56 5C 12 4 56 2C
Octal 322 36 20 0 126 134 22 4 126 54
Binary 11010010 11110 10000 0 1010110 1011100 10010 100 1010110 101100

Color Harmonies of #D21E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E10

Black with #D21E10

Text Example


Text Example

White with #D21E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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