Html Css Color HEX #DC421B Harley Davidson Orange

📋 copy color: '#DC421B'

red 220 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #DC421B

Tints of Harley Davidson Orange #DC421B

RGB

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

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

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

R = 70.29%
G = 21.09%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC421B (or 0xDC421B) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 1B. RGB value is (220,66,27). Sum of RGB (Red+Green+Blue) = 220+66+27=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC421B is #23BDE4. Grayscale: #6B6B6B. Windows color (decimal): -2342373 or 1786588. OLE color: 1786588.

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

Color convert

RGB 220 66 27 -
CMYK 0 0.7 0.88 0.14
HSL 12.12º 0.78% 0.48% -
HSV(B) 12.12º 0.88% 0.86% -
XYZ 31.66 19.19 3.07 -
YUV 107.6 82.52 208.17 -
System Red Green Blue C M Y K H S L
Decimal 220 66 27 0 0.7 0.88 0.14 12.12 0.78 0.48
Hex DC 42 1B 0 46 58 E C 4E 30
Octal 334 102 33 0 106 130 16 14 116 60
Binary 11011100 1000010 11011 0 1000110 1011000 1110 1100 1001110 110000

Color Harmonies of #DC421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC421B

Black with #DC421B

Text Example


Text Example

White with #DC421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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