Html Css Color HEX #DC3720 Harley Davidson Orange

📋 copy color: '#DC3720'

red 220 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #DC3720

Tints of Harley Davidson Orange #DC3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

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

R = 71.66%
G = 17.92%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3720 (or 0xDC3720) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 20. RGB value is (220,55,32). Sum of RGB (Red+Green+Blue) = 220+55+32=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3720 is #23C8DF. Grayscale: #656565. Windows color (decimal): -2345184 or 2111452. OLE color: 2111452.

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

Color convert

RGB 220 55 32 -
CMYK 0 0.75 0.85 0.14
HSL 7.34º 0.75% 0.49% -
HSV(B) 7.34º 0.85% 0.86% -
XYZ 31.14 18.05 3.21 -
YUV 101.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 220 55 32 0 0.75 0.85 0.14 7.34 0.75 0.49
Hex DC 37 20 0 4B 55 E 7 4B 31
Octal 334 67 40 0 113 125 16 7 113 61
Binary 11011100 110111 100000 0 1001011 1010101 1110 111 1001011 110001

Color Harmonies of #DC3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3720

Black with #DC3720

Text Example


Text Example

White with #DC3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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