Html Css Color HEX #D21D1C Harley Davidson Orange

📋 copy color: '#D21D1C'

red 210 ◦ green 29 ◦ blue 28

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

Shades of Harley Davidson Orange #D21D1C

Tints of Harley Davidson Orange #D21D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 78.65%
G = 10.86%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D21D1C (or 0xD21D1C) is known color: Harley Davidson Orange. HEX triplet: D2, 1D and 1C. RGB value is (210,29,28). Sum of RGB (Red+Green+Blue) = 210+29+28=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21D1C is #2DE2E3. Grayscale: #535353. Windows color (decimal): -3007204 or 1842642. OLE color: 1842642.

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

Color convert

RGB 210 29 28 -
CMYK 0 0.86 0.87 0.18
HSL 0.33º 0.76% 0.47% -
HSV(B) 0.33º 0.87% 0.82% -
XYZ 27.23 14.66 2.49 -
YUV 83.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 210 29 28 0 0.86 0.87 0.18 0.33 0.76 0.47
Hex D2 1D 1C 0 56 57 12 0 4C 2F
Octal 322 35 34 0 126 127 22 0 114 57
Binary 11010010 11101 11100 0 1010110 1010111 10010 0 1001100 101111

Color Harmonies of #D21D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D1C

Black with #D21D1C

Text Example


Text Example

White with #D21D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D1C; }

 p { color: rgb(210,29,28); }

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

background-color css

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

 a { background-color: rgb(210,29,28); }

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

border-color css

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

 span { border-color: rgb(210,29,28); }

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