Html Css Color HEX #DC421D Harley Davidson Orange

📋 copy color: '#DC421D'

red 220 ◦ green 66 ◦ blue 29

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

Shades of Harley Davidson Orange #DC421D

Tints of Harley Davidson Orange #DC421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 69.84%
G = 20.95%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC421D (or 0xDC421D) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 1D. RGB value is (220,66,29). Sum of RGB (Red+Green+Blue) = 220+66+29=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC421D is #23BDE2. Grayscale: #6C6C6C. Windows color (decimal): -2342371 or 1917660. OLE color: 1917660.

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

Color convert

RGB 220 66 29 -
CMYK 0 0.7 0.87 0.14
HSL 11.62º 0.77% 0.49% -
HSV(B) 11.62º 0.87% 0.86% -
XYZ 31.69 19.2 3.2 -
YUV 107.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 220 66 29 0 0.7 0.87 0.14 11.62 0.77 0.49
Hex DC 42 1D 0 46 57 E C 4D 31
Octal 334 102 35 0 106 127 16 14 115 61
Binary 11011100 1000010 11101 0 1000110 1010111 1110 1100 1001101 110001

Color Harmonies of #DC421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC421D

Black with #DC421D

Text Example


Text Example

White with #DC421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC421D; }

 p { color: rgb(220,66,29); }

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

background-color css

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

 a { background-color: rgb(220,66,29); }

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

border-color css

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

 span { border-color: rgb(220,66,29); }

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