Html Css Color HEX #DC3700 Harley Davidson Orange

📋 copy color: '#DC3700'

red 220 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #DC3700

Tints of Harley Davidson Orange #DC3700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC3700 (or 0xDC3700) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 00. RGB value is (220,55,0). Sum of RGB (Red+Green+Blue) = 220+55+0=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3700 is #23C8FF. Grayscale: #626262. Windows color (decimal): -2345216 or 14300. OLE color: 14300.

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

Color convert

RGB 220 55 0 -
CMYK 0 0.75 1 0.14
HSL 15º 1% 0.43% -
HSV(B) 15º 1% 0.86% -
XYZ 30.88 17.95 1.84 -
YUV 98.07 72.66 214.97 -
System Red Green Blue C M Y K H S L
Decimal 220 55 0 0 0.75 1 0.14 15 1 0.43
Hex DC 37 0 0 4B 64 E F 64 2B
Octal 334 67 0 0 113 144 16 17 144 53
Binary 11011100 110111 0 0 1001011 1100100 1110 1111 1100100 101011

Color Harmonies of #DC3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3700

Black with #DC3700

Text Example


Text Example

White with #DC3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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