Html Css Color HEX #D21811 Harley Davidson Orange

📋 copy color: '#D21811'

red 210 ◦ green 24 ◦ blue 17

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

Shades of Harley Davidson Orange #D21811

Tints of Harley Davidson Orange #D21811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 83.67%
G = 9.56%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D21811 (or 0xD21811) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 11. RGB value is (210,24,17). Sum of RGB (Red+Green+Blue) = 210+24+17=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D21811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21811 is #2DE7EE. Grayscale: #4F4F4F. Windows color (decimal): -3008495 or 1120466. OLE color: 1120466.

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

Color convert

RGB 210 24 17 -
CMYK 0 0.89 0.92 0.18
HSL 2.18º 0.85% 0.45% -
HSV(B) 2.18º 0.92% 0.82% -
XYZ 27.01 14.4 1.89 -
YUV 78.82 93.12 221.57 -
System Red Green Blue C M Y K H S L
Decimal 210 24 17 0 0.89 0.92 0.18 2.18 0.85 0.45
Hex D2 18 11 0 59 5C 12 2 55 2D
Octal 322 30 21 0 131 134 22 2 125 55
Binary 11010010 11000 10001 0 1011001 1011100 10010 10 1010101 101101

Color Harmonies of #D21811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21811

Black with #D21811

Text Example


Text Example

White with #D21811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21811; }

 p { color: rgb(210,24,17); }

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

background-color css

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

 a { background-color: rgb(210,24,17); }

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

border-color css

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

 span { border-color: rgb(210,24,17); }

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