Html Css Color HEX #DC3411 Harley Davidson Orange

📋 copy color: '#DC3411'

red 220 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #DC3411

Tints of Harley Davidson Orange #DC3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 76.12%
G = 17.99%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC3411 (or 0xDC3411) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 11. RGB value is (220,52,17). Sum of RGB (Red+Green+Blue) = 220+52+17=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3411 is #23CBEE. Grayscale: #626262. Windows color (decimal): -2345967 or 1127644. OLE color: 1127644.

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

Color convert

RGB 220 52 17 -
CMYK 0 0.76 0.92 0.14
HSL 10.34º 0.86% 0.46% -
HSV(B) 10.34º 0.92% 0.86% -
XYZ 30.84 17.71 2.32 -
YUV 98.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 220 52 17 0 0.76 0.92 0.14 10.34 0.86 0.46
Hex DC 34 11 0 4C 5C E A 56 2E
Octal 334 64 21 0 114 134 16 12 126 56
Binary 11011100 110100 10001 0 1001100 1011100 1110 1010 1010110 101110

Color Harmonies of #DC3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3411

Black with #DC3411

Text Example


Text Example

White with #DC3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3411; }

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

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

background-color css

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

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

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

border-color css

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

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

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