Html Css Color HEX #DC3E1C Harley Davidson Orange

📋 copy color: '#DC3E1C'

red 220 ◦ green 62 ◦ blue 28

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

Shades of Harley Davidson Orange #DC3E1C

Tints of Harley Davidson Orange #DC3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 70.97%
G = 20%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC3E1C (or 0xDC3E1C) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 1C. RGB value is (220,62,28). Sum of RGB (Red+Green+Blue) = 220+62+28=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E1C is #23C1E3. Grayscale: #696969. Windows color (decimal): -2343396 or 1851100. OLE color: 1851100.

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

Color convert

RGB 220 62 28 -
CMYK 0 0.72 0.87 0.14
HSL 10.63º 0.77% 0.49% -
HSV(B) 10.63º 0.87% 0.86% -
XYZ 31.45 18.74 3.06 -
YUV 105.37 84.35 209.76 -
System Red Green Blue C M Y K H S L
Decimal 220 62 28 0 0.72 0.87 0.14 10.63 0.77 0.49
Hex DC 3E 1C 0 48 57 E B 4D 31
Octal 334 76 34 0 110 127 16 13 115 61
Binary 11011100 111110 11100 0 1001000 1010111 1110 1011 1001101 110001

Color Harmonies of #DC3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E1C

Black with #DC3E1C

Text Example


Text Example

White with #DC3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E1C; }

 p { color: rgb(220,62,28); }

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

background-color css

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

 a { background-color: rgb(220,62,28); }

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

border-color css

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

 span { border-color: rgb(220,62,28); }

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