Html Css Color HEX #DC381F Harley Davidson Orange

📋 copy color: '#DC381F'

red 220 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #DC381F

Tints of Harley Davidson Orange #DC381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 71.66%
G = 18.24%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC381F (or 0xDC381F) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 1F. RGB value is (220,56,31). Sum of RGB (Red+Green+Blue) = 220+56+31=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC381F is #23C7E0. Grayscale: #666666. Windows color (decimal): -2344929 or 2046172. OLE color: 2046172.

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

Color convert

RGB 220 56 31 -
CMYK 0 0.75 0.86 0.14
HSL 7.94º 0.75% 0.49% -
HSV(B) 7.94º 0.86% 0.86% -
XYZ 31.18 18.14 3.16 -
YUV 102.19 87.83 212.03 -
System Red Green Blue C M Y K H S L
Decimal 220 56 31 0 0.75 0.86 0.14 7.94 0.75 0.49
Hex DC 38 1F 0 4B 56 E 8 4B 31
Octal 334 70 37 0 113 126 16 10 113 61
Binary 11011100 111000 11111 0 1001011 1010110 1110 1000 1001011 110001

Color Harmonies of #DC381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC381F

Black with #DC381F

Text Example


Text Example

White with #DC381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC381F; }

 p { color: rgb(220,56,31); }

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

background-color css

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

 a { background-color: rgb(220,56,31); }

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

border-color css

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

 span { border-color: rgb(220,56,31); }

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