Html Css Color HEX #D3371D Harley Davidson Orange

📋 copy color: '#D3371D'

red 211 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #D3371D

Tints of Harley Davidson Orange #D3371D

RGB

 RED value IS 211 (82.81% from 255) = 71.53%

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

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

R = 71.53%
G = 18.64%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3371D (or 0xD3371D) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 1D. RGB value is (211,55,29). Sum of RGB (Red+Green+Blue) = 211+55+29=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3371D is #2CC8E2. Grayscale: #626262. Windows color (decimal): -2935011 or 1914835. OLE color: 1914835.

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

Color convert

RGB 211 55 29 -
CMYK 0 0.74 0.86 0.17
HSL 8.57º 0.76% 0.47% -
HSV(B) 8.57º 0.86% 0.83% -
XYZ 28.45 16.67 2.88 -
YUV 98.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 211 55 29 0 0.74 0.86 0.17 8.57 0.76 0.47
Hex D3 37 1D 0 4A 56 11 9 4C 2F
Octal 323 67 35 0 112 126 21 11 114 57
Binary 11010011 110111 11101 0 1001010 1010110 10001 1001 1001100 101111

Color Harmonies of #D3371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3371D

Black with #D3371D

Text Example


Text Example

White with #D3371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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