Html Css Color HEX #DC5143 Valencia

📋 copy color: '#DC5143'

red 220 ◦ green 81 ◦ blue 67

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

Shades of Valencia #DC5143

Tints of Valencia #DC5143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 59.78%
G = 22.01%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC5143 (or 0xDC5143) is known color: Valencia. HEX triplet: DC, 51 and 43. RGB value is (220,81,67). Sum of RGB (Red+Green+Blue) = 220+81+67=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5143 is #23AEBC. Grayscale: #797979. Windows color (decimal): -2338493 or 4411868. OLE color: 4411868.

HSL color Cylindrical-coordinate representation of color #DC5143: hue angle of 5.49º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5143 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 67 -
CMYK 0 0.63 0.70 0.14
HSL 5.49º 0.69% 0.56% -
HSV(B) 5.49º 0.7% 0.86% -
XYZ 33.47 21.51 7.7 -
YUV 120.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 220 81 67 0 0.63 0.70 0.14 5.49 0.69 0.56
Hex DC 51 43 0 3F 46 E 5 45 38
Octal 334 121 103 0 77 106 16 5 105 70
Binary 11011100 1010001 1000011 0 111111 1000110 1110 101 1000101 111000

Color Harmonies of #DC5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5143

Black with #DC5143

Text Example


Text Example

White with #DC5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5143; }

 p { color: rgb(220,81,67); }

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

background-color css

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

 a { background-color: rgb(220,81,67); }

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

border-color css

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

 span { border-color: rgb(220,81,67); }

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