Html Css Color HEX #D3371A Harley Davidson Orange

📋 copy color: '#D3371A'

red 211 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #D3371A

Tints of Harley Davidson Orange #D3371A

RGB

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

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

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

R = 72.26%
G = 18.84%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3371A (or 0xD3371A) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 1A. RGB value is (211,55,26). Sum of RGB (Red+Green+Blue) = 211+55+26=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3371A is #2CC8E5. Grayscale: #626262. Windows color (decimal): -2935014 or 1718227. OLE color: 1718227.

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

Color convert

RGB 211 55 26 -
CMYK 0 0.74 0.88 0.17
HSL 9.41º 0.78% 0.46% -
HSV(B) 9.41º 0.88% 0.83% -
XYZ 28.42 16.66 2.69 -
YUV 98.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 211 55 26 0 0.74 0.88 0.17 9.41 0.78 0.46
Hex D3 37 1A 0 4A 58 11 9 4E 2E
Octal 323 67 32 0 112 130 21 11 116 56
Binary 11010011 110111 11010 0 1001010 1011000 10001 1001 1001110 101110

Color Harmonies of #D3371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3371A

Black with #D3371A

Text Example


Text Example

White with #D3371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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