Html Css Color HEX #D3371F Harley Davidson Orange

📋 copy color: '#D3371F'

red 211 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #D3371F

Tints of Harley Davidson Orange #D3371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 71.04%
G = 18.52%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3371F (or 0xD3371F) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 1F. RGB value is (211,55,31). Sum of RGB (Red+Green+Blue) = 211+55+31=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D3371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3371F is #2CC8E0. Grayscale: #636363. Windows color (decimal): -2935009 or 2045907. OLE color: 2045907.

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

Color convert

RGB 211 55 31 -
CMYK 0 0.74 0.85 0.17
HSL 0.74% 0.47% -
HSV(B) 0.85% 0.83% -
XYZ 28.48 16.68 3.01 -
YUV 98.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 211 55 31 0 0.74 0.85 0.17 8 0.74 0.47
Hex D3 37 1F 0 4A 55 11 8 4A 2F
Octal 323 67 37 0 112 125 21 10 112 57
Binary 11010011 110111 11111 0 1001010 1010101 10001 1000 1001010 101111

Color Harmonies of #D3371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3371F

Black with #D3371F

Text Example


Text Example

White with #D3371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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