Html Css Color HEX #D2371D Harley Davidson Orange

📋 copy color: '#D2371D'

red 210 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #D2371D

Tints of Harley Davidson Orange #D2371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 71.43%
G = 18.71%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2371D (or 0xD2371D) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 1D. RGB value is (210,55,29). Sum of RGB (Red+Green+Blue) = 210+55+29=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2371D is #2DC8E2. Grayscale: #626262. Windows color (decimal): -3000547 or 1914834. OLE color: 1914834.

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

Color convert

RGB 210 55 29 -
CMYK 0 0.74 0.86 0.18
HSL 8.62º 0.76% 0.47% -
HSV(B) 8.62º 0.86% 0.82% -
XYZ 28.17 16.52 2.87 -
YUV 98.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 210 55 29 0 0.74 0.86 0.18 8.62 0.76 0.47
Hex D2 37 1D 0 4A 56 12 9 4C 2F
Octal 322 67 35 0 112 126 22 11 114 57
Binary 11010010 110111 11101 0 1001010 1010110 10010 1001 1001100 101111

Color Harmonies of #D2371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2371D

Black with #D2371D

Text Example


Text Example

White with #D2371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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