Html Css Color HEX #DC3704 Harley Davidson Orange

📋 copy color: '#DC3704'

red 220 ◦ green 55 ◦ blue 4

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

Shades of Harley Davidson Orange #DC3704

Tints of Harley Davidson Orange #DC3704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 78.85%
G = 19.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC3704 (or 0xDC3704) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 04. RGB value is (220,55,4). Sum of RGB (Red+Green+Blue) = 220+55+4=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3704 is #23C8FB. Grayscale: #626262. Windows color (decimal): -2345212 or 276444. OLE color: 276444.

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

Color convert

RGB 220 55 4 -
CMYK 0 0.75 0.98 0.14
HSL 14.17º 0.96% 0.44% -
HSV(B) 14.17º 0.98% 0.86% -
XYZ 30.9 17.96 1.95 -
YUV 98.52 74.66 214.65 -
System Red Green Blue C M Y K H S L
Decimal 220 55 4 0 0.75 0.98 0.14 14.17 0.96 0.44
Hex DC 37 4 0 4B 62 E E 60 2C
Octal 334 67 4 0 113 142 16 16 140 54
Binary 11011100 110111 100 0 1001011 1100010 1110 1110 1100000 101100

Color Harmonies of #DC3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3704

Black with #DC3704

Text Example


Text Example

White with #DC3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3704; }

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

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

background-color css

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

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

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

border-color css

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

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

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