Html Css Color HEX #DC4D48 Valencia

📋 copy color: '#DC4D48'

red 220 ◦ green 77 ◦ blue 72

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

Shades of Valencia #DC4D48

Tints of Valencia #DC4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 59.62%
G = 20.87%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4D48 (or 0xDC4D48) is known color: Valencia. HEX triplet: DC, 4D and 48. RGB value is (220,77,72). Sum of RGB (Red+Green+Blue) = 220+77+72=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D48 is #23B2B7. Grayscale: #777777. Windows color (decimal): -2339512 or 4738524. OLE color: 4738524.

HSL color Cylindrical-coordinate representation of color #DC4D48: hue angle of 2.03º 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 #DC4D48 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 77 72 -
CMYK 0 0.65 0.67 0.14
HSL 2.03º 0.68% 0.57% -
HSV(B) 2.03º 0.67% 0.86% -
XYZ 33.34 20.99 8.43 -
YUV 119.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 220 77 72 0 0.65 0.67 0.14 2.03 0.68 0.57
Hex DC 4D 48 0 41 43 E 2 44 39
Octal 334 115 110 0 101 103 16 2 104 71
Binary 11011100 1001101 1001000 0 1000001 1000011 1110 10 1000100 111001

Color Harmonies of #DC4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D48

Black with #DC4D48

Text Example


Text Example

White with #DC4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D48; }

 p { color: rgb(220,77,72); }

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

background-color css

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

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

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

border-color css

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

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

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