Html Css Color HEX #D2371A Harley Davidson Orange

📋 copy color: '#D2371A'

red 210 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #D2371A

Tints of Harley Davidson Orange #D2371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 72.16%
G = 18.9%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2371A (or 0xD2371A) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 1A. RGB value is (210,55,26). Sum of RGB (Red+Green+Blue) = 210+55+26=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2371A is #2DC8E5. Grayscale: #626262. Windows color (decimal): -3000550 or 1718226. OLE color: 1718226.

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

Color convert

RGB 210 55 26 -
CMYK 0 0.74 0.88 0.18
HSL 9.46º 0.78% 0.46% -
HSV(B) 9.46º 0.88% 0.82% -
XYZ 28.13 16.51 2.68 -
YUV 98.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 210 55 26 0 0.74 0.88 0.18 9.46 0.78 0.46
Hex D2 37 1A 0 4A 58 12 9 4E 2E
Octal 322 67 32 0 112 130 22 11 116 56
Binary 11010010 110111 11010 0 1001010 1011000 10010 1001 1001110 101110

Color Harmonies of #D2371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2371A

Black with #D2371A

Text Example


Text Example

White with #D2371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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