Html Css Color HEX #DC4947 Valencia

📋 copy color: '#DC4947'

red 220 ◦ green 73 ◦ blue 71

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

Shades of Valencia #DC4947

Tints of Valencia #DC4947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 60.44%
G = 20.05%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC4947 (or 0xDC4947) is known color: Valencia. HEX triplet: DC, 49 and 47. RGB value is (220,73,71). Sum of RGB (Red+Green+Blue) = 220+73+71=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4947 is #23B6B8. Grayscale: #747474. Windows color (decimal): -2340537 or 4671964. OLE color: 4671964.

HSL color Cylindrical-coordinate representation of color #DC4947: 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.68%. Process color model (Four color, CMYK) of #DC4947 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 71 -
CMYK 0 0.67 0.68 0.14
HSL 0.81º 0.68% 0.57% -
HSV(B) 0.81º 0.68% 0.86% -
XYZ 33.04 20.44 8.16 -
YUV 116.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 220 73 71 0 0.67 0.68 0.14 0.81 0.68 0.57
Hex DC 49 47 0 43 44 E 1 44 39
Octal 334 111 107 0 103 104 16 1 104 71
Binary 11011100 1001001 1000111 0 1000011 1000100 1110 1 1000100 111001

Color Harmonies of #DC4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4947

Black with #DC4947

Text Example


Text Example

White with #DC4947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4947; }

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

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

background-color css

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

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

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

border-color css

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

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

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