Html Css Color HEX #D21910 Harley Davidson Orange

📋 copy color: '#D21910'

red 210 ◦ green 25 ◦ blue 16

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

Shades of Harley Davidson Orange #D21910

Tints of Harley Davidson Orange #D21910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 83.67%
G = 9.96%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D21910 (or 0xD21910) is known color: Harley Davidson Orange. HEX triplet: D2, 19 and 10. RGB value is (210,25,16). Sum of RGB (Red+Green+Blue) = 210+25+16=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D21910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21910 is #2DE6EF. Grayscale: #4F4F4F. Windows color (decimal): -3008240 or 1055186. OLE color: 1055186.

HSL color Cylindrical-coordinate representation of color #D21910: hue angle of 2.78º 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 #D21910 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 16 -
CMYK 0 0.88 0.92 0.18
HSL 2.78º 0.86% 0.44% -
HSV(B) 2.78º 0.92% 0.82% -
XYZ 27.02 14.43 1.85 -
YUV 79.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 210 25 16 0 0.88 0.92 0.18 2.78 0.86 0.44
Hex D2 19 10 0 58 5C 12 3 56 2C
Octal 322 31 20 0 130 134 22 3 126 54
Binary 11010010 11001 10000 0 1011000 1011100 10010 11 1010110 101100

Color Harmonies of #D21910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21910

Black with #D21910

Text Example


Text Example

White with #D21910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21910; }

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

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

background-color css

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

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

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

border-color css

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

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

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