Html Css Color HEX #DC513E Valencia

📋 copy color: '#DC513E'

red 220 ◦ green 81 ◦ blue 62

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

Shades of Valencia #DC513E

Tints of Valencia #DC513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 60.61%
G = 22.31%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC513E (or 0xDC513E) is known color: Valencia. HEX triplet: DC, 51 and 3E. RGB value is (220,81,62). Sum of RGB (Red+Green+Blue) = 220+81+62=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC513E is #23AEC1. Grayscale: #787878. Windows color (decimal): -2338498 or 4084188. OLE color: 4084188.

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

Color convert

RGB 220 81 62 -
CMYK 0 0.63 0.72 0.14
HSL 7.22º 0.69% 0.55% -
HSV(B) 7.22º 0.72% 0.86% -
XYZ 33.33 21.45 6.94 -
YUV 120.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 220 81 62 0 0.63 0.72 0.14 7.22 0.69 0.55
Hex DC 51 3E 0 3F 48 E 7 45 37
Octal 334 121 76 0 77 110 16 7 105 67
Binary 11011100 1010001 111110 0 111111 1001000 1110 111 1000101 110111

Color Harmonies of #DC513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC513E

Black with #DC513E

Text Example


Text Example

White with #DC513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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