Html Css Color HEX #DC401C Harley Davidson Orange

📋 copy color: '#DC401C'

red 220 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #DC401C

Tints of Harley Davidson Orange #DC401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 70.51%
G = 20.51%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC401C (or 0xDC401C) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 1C. RGB value is (220,64,28). Sum of RGB (Red+Green+Blue) = 220+64+28=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC401C is #23BFE3. Grayscale: #6A6A6A. Windows color (decimal): -2342884 or 1851612. OLE color: 1851612.

HSL color Cylindrical-coordinate representation of color #DC401C: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC401C is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 28 -
CMYK 0 0.71 0.87 0.14
HSL 11.25º 0.77% 0.49% -
HSV(B) 11.25º 0.87% 0.86% -
XYZ 31.56 18.97 3.1 -
YUV 106.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 220 64 28 0 0.71 0.87 0.14 11.25 0.77 0.49
Hex DC 40 1C 0 47 57 E B 4D 31
Octal 334 100 34 0 107 127 16 13 115 61
Binary 11011100 1000000 11100 0 1000111 1010111 1110 1011 1001101 110001

Color Harmonies of #DC401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC401C

Black with #DC401C

Text Example


Text Example

White with #DC401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC401C; }

 p { color: rgb(220,64,28); }

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

background-color css

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

 a { background-color: rgb(220,64,28); }

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

border-color css

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

 span { border-color: rgb(220,64,28); }

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