Html Css Color HEX #DA371F Harley Davidson Orange

📋 copy color: '#DA371F'

red 218 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #DA371F

Tints of Harley Davidson Orange #DA371F

RGB

 RED value IS 218 (85.55% from 255) = 71.71%

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

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

R = 71.71%
G = 18.09%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA371F (or 0xDA371F) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 1F. RGB value is (218,55,31). Sum of RGB (Red+Green+Blue) = 218+55+31=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA371F is #25C8E0. Grayscale: #656565. Windows color (decimal): -2476257 or 2045914. OLE color: 2045914.

HSL color Cylindrical-coordinate representation of color #DA371F: hue angle of 7.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA371F is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 31 -
CMYK 0 0.75 0.86 0.15
HSL 7.7º 0.75% 0.49% -
HSV(B) 7.7º 0.86% 0.85% -
XYZ 30.53 17.74 3.11 -
YUV 101 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 218 55 31 0 0.75 0.86 0.15 7.7 0.75 0.49
Hex DA 37 1F 0 4B 56 F 8 4B 31
Octal 332 67 37 0 113 126 17 10 113 61
Binary 11011010 110111 11111 0 1001011 1010110 1111 1000 1001011 110001

Color Harmonies of #DA371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA371F

Black with #DA371F

Text Example


Text Example

White with #DA371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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