Html Css Color HEX #DC5151 Valencia

📋 copy color: '#DC5151'

red 220 ◦ green 81 ◦ blue 81

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

Shades of Valencia #DC5151

Tints of Valencia #DC5151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.2%

R = 57.59%
G = 21.2%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5151 (or 0xDC5151) is known color: Valencia. HEX triplet: DC, 51 and 51. RGB value is (220,81,81). Sum of RGB (Red+Green+Blue) = 220+81+81=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5151 is #23AEAE. Grayscale: #7A7A7A. Windows color (decimal): -2338479 or 5329372. OLE color: 5329372.

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

Color convert

RGB 220 81 81 -
CMYK 0 0.63 0.63 0.14
HSL 0.67% 0.59% -
HSV(B) 0.63% 0.86% -
XYZ 33.94 21.69 10.18 -
YUV 122.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 220 81 81 0 0.63 0.63 0.14 0 0.67 0.59
Hex DC 51 51 0 3F 3F E 0 43 3B
Octal 334 121 121 0 77 77 16 0 103 73
Binary 11011100 1010001 1010001 0 111111 111111 1110 0 1000011 111011

Color Harmonies of #DC5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5151

Black with #DC5151

Text Example


Text Example

White with #DC5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5151; }

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

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

background-color css

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

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

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

border-color css

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

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

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