Html Css Color HEX #DC3320 Harley Davidson Orange

📋 copy color: '#DC3320'

red 220 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #DC3320

Tints of Harley Davidson Orange #DC3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 72.61%
G = 16.83%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3320 (or 0xDC3320) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 20. RGB value is (220,51,32). Sum of RGB (Red+Green+Blue) = 220+51+32=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3320 is #23CCDF. Grayscale: #636363. Windows color (decimal): -2346208 or 2110428. OLE color: 2110428.

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

Color convert

RGB 220 51 32 -
CMYK 0 0.77 0.85 0.14
HSL 6.06º 0.75% 0.49% -
HSV(B) 6.06º 0.85% 0.86% -
XYZ 30.96 17.69 3.15 -
YUV 99.37 89.99 214.04 -
System Red Green Blue C M Y K H S L
Decimal 220 51 32 0 0.77 0.85 0.14 6.06 0.75 0.49
Hex DC 33 20 0 4D 55 E 6 4B 31
Octal 334 63 40 0 115 125 16 6 113 61
Binary 11011100 110011 100000 0 1001101 1010101 1110 110 1001011 110001

Color Harmonies of #DC3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3320

Black with #DC3320

Text Example


Text Example

White with #DC3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3320; }

 p { color: rgb(220,51,32); }

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

background-color css

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

 a { background-color: rgb(220,51,32); }

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

border-color css

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

 span { border-color: rgb(220,51,32); }

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