Html Css Color HEX #DC411B Harley Davidson Orange

📋 copy color: '#DC411B'

red 220 ◦ green 65 ◦ blue 27

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

Shades of Harley Davidson Orange #DC411B

Tints of Harley Davidson Orange #DC411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 70.51%
G = 20.83%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC411B (or 0xDC411B) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 1B. RGB value is (220,65,27). Sum of RGB (Red+Green+Blue) = 220+65+27=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC411B is #23BEE4. Grayscale: #6B6B6B. Windows color (decimal): -2342629 or 1786332. OLE color: 1786332.

HSL color Cylindrical-coordinate representation of color #DC411B: hue angle of 11.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC411B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 27 -
CMYK 0 0.70 0.88 0.14
HSL 11.81º 0.78% 0.48% -
HSV(B) 11.81º 0.88% 0.86% -
XYZ 31.6 19.08 3.05 -
YUV 107.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 220 65 27 0 0.70 0.88 0.14 11.81 0.78 0.48
Hex DC 41 1B 0 46 58 E C 4E 30
Octal 334 101 33 0 106 130 16 14 116 60
Binary 11011100 1000001 11011 0 1000110 1011000 1110 1100 1001110 110000

Color Harmonies of #DC411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC411B

Black with #DC411B

Text Example


Text Example

White with #DC411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC411B; }

 p { color: rgb(220,65,27); }

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

background-color css

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

 a { background-color: rgb(220,65,27); }

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

border-color css

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

 span { border-color: rgb(220,65,27); }

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