Html Css Color HEX #DC321D Harley Davidson Orange

📋 copy color: '#DC321D'

red 220 ◦ green 50 ◦ blue 29

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

Shades of Harley Davidson Orange #DC321D

Tints of Harley Davidson Orange #DC321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 73.58%
G = 16.72%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC321D (or 0xDC321D) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 1D. RGB value is (220,50,29). Sum of RGB (Red+Green+Blue) = 220+50+29=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC321D is #23CDE2. Grayscale: #626262. Windows color (decimal): -2346467 or 1913564. OLE color: 1913564.

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

Color convert

RGB 220 50 29 -
CMYK 0 0.77 0.87 0.14
HSL 6.6º 0.77% 0.49% -
HSV(B) 6.6º 0.87% 0.86% -
XYZ 30.88 17.59 2.93 -
YUV 98.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 220 50 29 0 0.77 0.87 0.14 6.6 0.77 0.49
Hex DC 32 1D 0 4D 57 E 7 4D 31
Octal 334 62 35 0 115 127 16 7 115 61
Binary 11011100 110010 11101 0 1001101 1010111 1110 111 1001101 110001

Color Harmonies of #DC321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC321D

Black with #DC321D

Text Example


Text Example

White with #DC321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC321D; }

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

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

background-color css

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

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

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

border-color css

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

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

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