Html Css Color HEX #DC3911 Harley Davidson Orange

📋 copy color: '#DC3911'

red 220 ◦ green 57 ◦ blue 17

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

Shades of Harley Davidson Orange #DC3911

Tints of Harley Davidson Orange #DC3911

RGB

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

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

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

R = 74.83%
G = 19.39%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3911 (or 0xDC3911) is known color: Harley Davidson Orange. HEX triplet: DC, 39 and 11. RGB value is (220,57,17). Sum of RGB (Red+Green+Blue) = 220+57+17=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3911 is #23C6EE. Grayscale: #656565. Windows color (decimal): -2344687 or 1128924. OLE color: 1128924.

HSL color Cylindrical-coordinate representation of color #DC3911: hue angle of 11.82º 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 #DC3911 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 17 -
CMYK 0 0.74 0.92 0.14
HSL 11.82º 0.86% 0.46% -
HSV(B) 11.82º 0.92% 0.86% -
XYZ 31.08 18.18 2.4 -
YUV 101.18 80.5 212.75 -
System Red Green Blue C M Y K H S L
Decimal 220 57 17 0 0.74 0.92 0.14 11.82 0.86 0.46
Hex DC 39 11 0 4A 5C E C 56 2E
Octal 334 71 21 0 112 134 16 14 126 56
Binary 11011100 111001 10001 0 1001010 1011100 1110 1100 1010110 101110

Color Harmonies of #DC3911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3911

Black with #DC3911

Text Example


Text Example

White with #DC3911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3911; }

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

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

background-color css

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

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

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

border-color css

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

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

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