Html Css Color HEX #DC4A48 Valencia

📋 copy color: '#DC4A48'

red 220 ◦ green 74 ◦ blue 72

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

Shades of Valencia #DC4A48

Tints of Valencia #DC4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

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

R = 60.11%
G = 20.22%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4A48 (or 0xDC4A48) is known color: Valencia. HEX triplet: DC, 4A and 48. RGB value is (220,74,72). Sum of RGB (Red+Green+Blue) = 220+74+72=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A48 is #23B5B7. Grayscale: #757575. Windows color (decimal): -2340280 or 4737756. OLE color: 4737756.

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

Color convert

RGB 220 74 72 -
CMYK 0 0.66 0.67 0.14
HSL 0.81º 0.68% 0.57% -
HSV(B) 0.81º 0.67% 0.86% -
XYZ 33.13 20.58 8.36 -
YUV 117.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 220 74 72 0 0.66 0.67 0.14 0.81 0.68 0.57
Hex DC 4A 48 0 42 43 E 1 44 39
Octal 334 112 110 0 102 103 16 1 104 71
Binary 11011100 1001010 1001000 0 1000010 1000011 1110 1 1000100 111001

Color Harmonies of #DC4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A48

Black with #DC4A48

Text Example


Text Example

White with #DC4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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