Html Css Color HEX #DC4944 Valencia

📋 copy color: '#DC4944'

red 220 ◦ green 73 ◦ blue 68

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

Shades of Valencia #DC4944

Tints of Valencia #DC4944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 60.94%
G = 20.22%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC4944 (or 0xDC4944) is known color: Valencia. HEX triplet: DC, 49 and 44. RGB value is (220,73,68). Sum of RGB (Red+Green+Blue) = 220+73+68=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4944 is #23B6BB. Grayscale: #747474. Windows color (decimal): -2340540 or 4475356. OLE color: 4475356.

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

Color convert

RGB 220 73 68 -
CMYK 0 0.67 0.69 0.14
HSL 1.97º 0.68% 0.56% -
HSV(B) 1.97º 0.69% 0.86% -
XYZ 32.94 20.4 7.67 -
YUV 116.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 220 73 68 0 0.67 0.69 0.14 1.97 0.68 0.56
Hex DC 49 44 0 43 45 E 2 44 38
Octal 334 111 104 0 103 105 16 2 104 70
Binary 11011100 1001001 1000100 0 1000011 1000101 1110 10 1000100 111000

Color Harmonies of #DC4944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4944

Black with #DC4944

Text Example


Text Example

White with #DC4944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4944; }

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

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

background-color css

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

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

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

border-color css

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

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

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