Html Css Color HEX #DC514C Valencia

📋 copy color: '#DC514C'

red 220 ◦ green 81 ◦ blue 76

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

Shades of Valencia #DC514C

Tints of Valencia #DC514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 58.36%
G = 21.49%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC514C (or 0xDC514C) is known color: Valencia. HEX triplet: DC, 51 and 4C. RGB value is (220,81,76). Sum of RGB (Red+Green+Blue) = 220+81+76=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC514C is #23AEB3. Grayscale: #7A7A7A. Windows color (decimal): -2338484 or 5001692. OLE color: 5001692.

HSL color Cylindrical-coordinate representation of color #DC514C: hue angle of 2.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC514C is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 76 -
CMYK 0 0.63 0.65 0.14
HSL 2.08º 0.67% 0.58% -
HSV(B) 2.08º 0.65% 0.86% -
XYZ 33.76 21.62 9.23 -
YUV 121.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 220 81 76 0 0.63 0.65 0.14 2.08 0.67 0.58
Hex DC 51 4C 0 3F 41 E 2 43 3A
Octal 334 121 114 0 77 101 16 2 103 72
Binary 11011100 1010001 1001100 0 111111 1000001 1110 10 1000011 111010

Color Harmonies of #DC514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC514C

Black with #DC514C

Text Example


Text Example

White with #DC514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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