Html Css Color HEX #D2180D Harley Davidson Orange

📋 copy color: '#D2180D'

red 210 ◦ green 24 ◦ blue 13

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

Shades of Harley Davidson Orange #D2180D

Tints of Harley Davidson Orange #D2180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 85.02%
G = 9.72%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2180D (or 0xD2180D) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 0D. RGB value is (210,24,13). Sum of RGB (Red+Green+Blue) = 210+24+13=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D2180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2180D is #2DE7F2. Grayscale: #4E4E4E. Windows color (decimal): -3008499 or 858322. OLE color: 858322.

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

Color convert

RGB 210 24 13 -
CMYK 0 0.89 0.94 0.18
HSL 3.35º 0.88% 0.44% -
HSV(B) 3.35º 0.94% 0.82% -
XYZ 26.98 14.38 1.74 -
YUV 78.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 210 24 13 0 0.89 0.94 0.18 3.35 0.88 0.44
Hex D2 18 D 0 59 5E 12 3 58 2C
Octal 322 30 15 0 131 136 22 3 130 54
Binary 11010010 11000 1101 0 1011001 1011110 10010 11 1011000 101100

Color Harmonies of #D2180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2180D

Black with #D2180D

Text Example


Text Example

White with #D2180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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