Html Css Color HEX #DC4949 Valencia

📋 copy color: '#DC4949'

red 220 ◦ green 73 ◦ blue 73

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

Shades of Valencia #DC4949

Tints of Valencia #DC4949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.95%

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 60.11%
G = 19.95%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4949 (or 0xDC4949) is known color: Valencia. HEX triplet: DC, 49 and 49. RGB value is (220,73,73). Sum of RGB (Red+Green+Blue) = 220+73+73=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4949 is #23B6B6. Grayscale: #757575. Windows color (decimal): -2340535 or 4803036. OLE color: 4803036.

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

Color convert

RGB 220 73 73 -
CMYK 0 0.67 0.67 0.14
HSL 0.68% 0.57% -
HSV(B) 0.67% 0.86% -
XYZ 33.1 20.46 8.51 -
YUV 116.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 220 73 73 0 0.67 0.67 0.14 0 0.68 0.57
Hex DC 49 49 0 43 43 E 0 44 39
Octal 334 111 111 0 103 103 16 0 104 71
Binary 11011100 1001001 1001001 0 1000011 1000011 1110 0 1000100 111001

Color Harmonies of #DC4949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4949

Black with #DC4949

Text Example


Text Example

White with #DC4949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4949; }

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

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

background-color css

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

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

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

border-color css

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

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

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