Html Css Color HEX #DC391E Harley Davidson Orange

📋 copy color: '#DC391E'

red 220 ◦ green 57 ◦ blue 30

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

Shades of Harley Davidson Orange #DC391E

Tints of Harley Davidson Orange #DC391E

RGB

 RED value IS 220 (86.33% from 255) = 71.66%

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 71.66%
G = 18.57%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC391E (or 0xDC391E) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 1E. RGB value is (220,57,30). Sum of RGB (Red+Green+Blue) = 220+57+30=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC391E is #23C6E1. Grayscale: #666666. Windows color (decimal): -2344674 or 1980892. OLE color: 1980892.

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

Color convert

RGB 220 57 30 -
CMYK 0 0.74 0.86 0.14
HSL 8.53º 0.76% 0.49% -
HSV(B) 8.53º 0.86% 0.86% -
XYZ 31.21 18.24 3.1 -
YUV 102.66 87 211.7 -
System Red Green Blue C M Y K H S L
Decimal 220 57 30 0 0.74 0.86 0.14 8.53 0.76 0.49
Hex DC 39 1E 0 4A 56 E 9 4C 31
Octal 334 71 36 0 112 126 16 11 114 61
Binary 11011100 111001 11110 0 1001010 1010110 1110 1001 1001100 110001

Color Harmonies of #DC391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC391E

Black with #DC391E

Text Example


Text Example

White with #DC391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC391E; }

 p { color: rgb(220,57,30); }

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

background-color css

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

 a { background-color: rgb(220,57,30); }

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

border-color css

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

 span { border-color: rgb(220,57,30); }

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