Html Css Color HEX #DC3811 Harley Davidson Orange

📋 copy color: '#DC3811'

red 220 ◦ green 56 ◦ blue 17

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

Shades of Harley Davidson Orange #DC3811

Tints of Harley Davidson Orange #DC3811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 75.09%
G = 19.11%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3811 (or 0xDC3811) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 11. RGB value is (220,56,17). Sum of RGB (Red+Green+Blue) = 220+56+17=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3811 is #23C7EE. Grayscale: #646464. Windows color (decimal): -2344943 or 1128668. OLE color: 1128668.

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

Color convert

RGB 220 56 17 -
CMYK 0 0.75 0.92 0.14
HSL 11.53º 0.86% 0.46% -
HSV(B) 11.53º 0.92% 0.86% -
XYZ 31.03 18.08 2.39 -
YUV 100.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 220 56 17 0 0.75 0.92 0.14 11.53 0.86 0.46
Hex DC 38 11 0 4B 5C E C 56 2E
Octal 334 70 21 0 113 134 16 14 126 56
Binary 11011100 111000 10001 0 1001011 1011100 1110 1100 1010110 101110

Color Harmonies of #DC3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3811

Black with #DC3811

Text Example


Text Example

White with #DC3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3811; }

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

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

background-color css

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

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

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

border-color css

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

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

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