Html Css Color HEX #DA371E Harley Davidson Orange

📋 copy color: '#DA371E'

red 218 ◦ green 55 ◦ blue 30

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

Shades of Harley Davidson Orange #DA371E

Tints of Harley Davidson Orange #DA371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 71.95%
G = 18.15%
B = 9.9%

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

#DA371E (or 0xDA371E) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 1E. RGB value is (218,55,30). Sum of RGB (Red+Green+Blue) = 218+55+30=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA371E is #25C8E1. Grayscale: #656565. Windows color (decimal): -2476258 or 1980378. OLE color: 1980378.

HSL color Cylindrical-coordinate representation of color #DA371E: hue angle of 7.98º degrees, saturation: 0.76, 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 #DA371E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 30 -
CMYK 0 0.75 0.86 0.15
HSL 7.98º 0.76% 0.49% -
HSV(B) 7.98º 0.86% 0.85% -
XYZ 30.51 17.73 3.04 -
YUV 100.89 88 211.53 -
System Red Green Blue C M Y K H S L
Decimal 218 55 30 0 0.75 0.86 0.15 7.98 0.76 0.49
Hex DA 37 1E 0 4B 56 F 8 4C 31
Octal 332 67 36 0 113 126 17 10 114 61
Binary 11011010 110111 11110 0 1001011 1010110 1111 1000 1001100 110001

Color Harmonies of #DA371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA371E

Black with #DA371E

Text Example


Text Example

White with #DA371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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