Html Css Color HEX #DC4E44 Valencia

📋 copy color: '#DC4E44'

red 220 ◦ green 78 ◦ blue 68

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

Shades of Valencia #DC4E44

Tints of Valencia #DC4E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

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

R = 60.11%
G = 21.31%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC4E44 (or 0xDC4E44) is known color: Valencia. HEX triplet: DC, 4E and 44. RGB value is (220,78,68). Sum of RGB (Red+Green+Blue) = 220+78+68=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E44 is #23B1BB. Grayscale: #777777. Windows color (decimal): -2339260 or 4476636. OLE color: 4476636.

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

Color convert

RGB 220 78 68 -
CMYK 0 0.65 0.69 0.14
HSL 3.95º 0.68% 0.56% -
HSV(B) 3.95º 0.69% 0.86% -
XYZ 33.28 21.08 7.78 -
YUV 119.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 220 78 68 0 0.65 0.69 0.14 3.95 0.68 0.56
Hex DC 4E 44 0 41 45 E 4 44 38
Octal 334 116 104 0 101 105 16 4 104 70
Binary 11011100 1001110 1000100 0 1000001 1000101 1110 100 1000100 111000

Color Harmonies of #DC4E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E44

Black with #DC4E44

Text Example


Text Example

White with #DC4E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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