Html Css Color HEX #D4371F Harley Davidson Orange

📋 copy color: '#D4371F'

red 212 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #D4371F

Tints of Harley Davidson Orange #D4371F

RGB

 RED value IS 212 (83.2% from 255) = 71.14%

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

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

R = 71.14%
G = 18.46%
B = 10.4%

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

#D4371F (or 0xD4371F) is known color: Harley Davidson Orange. HEX triplet: D4, 37 and 1F. RGB value is (212,55,31). Sum of RGB (Red+Green+Blue) = 212+55+31=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D4371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4371F is #2BC8E0. Grayscale: #636363. Windows color (decimal): -2869473 or 2045908. OLE color: 2045908.

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

Color convert

RGB 212 55 31 -
CMYK 0 0.74 0.85 0.17
HSL 7.96º 0.74% 0.48% -
HSV(B) 7.96º 0.85% 0.83% -
XYZ 28.76 16.83 3.03 -
YUV 99.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 212 55 31 0 0.74 0.85 0.17 7.96 0.74 0.48
Hex D4 37 1F 0 4A 55 11 8 4A 30
Octal 324 67 37 0 112 125 21 10 112 60
Binary 11010100 110111 11111 0 1001010 1010101 10001 1000 1001010 110000

Color Harmonies of #D4371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4371F

Black with #D4371F

Text Example


Text Example

White with #D4371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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