Html Css Color HEX #DC4C42 Valencia

📋 copy color: '#DC4C42'

red 220 ◦ green 76 ◦ blue 66

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

Shades of Valencia #DC4C42

Tints of Valencia #DC4C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 60.77%
G = 20.99%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC4C42 (or 0xDC4C42) is known color: Valencia. HEX triplet: DC, 4C and 42. RGB value is (220,76,66). Sum of RGB (Red+Green+Blue) = 220+76+66=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C42 is #23B3BD. Grayscale: #767676. Windows color (decimal): -2339774 or 4345052. OLE color: 4345052.

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

Color convert

RGB 220 76 66 -
CMYK 0 0.65 0.7 0.14
HSL 3.9º 0.69% 0.56% -
HSV(B) 3.9º 0.7% 0.86% -
XYZ 33.08 20.78 7.42 -
YUV 117.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 220 76 66 0 0.65 0.7 0.14 3.9 0.69 0.56
Hex DC 4C 42 0 41 46 E 4 45 38
Octal 334 114 102 0 101 106 16 4 105 70
Binary 11011100 1001100 1000010 0 1000001 1000110 1110 100 1000101 111000

Color Harmonies of #DC4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C42

Black with #DC4C42

Text Example


Text Example

White with #DC4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C42; }

 p { color: rgb(220,76,66); }

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

background-color css

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

 a { background-color: rgb(220,76,66); }

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

border-color css

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

 span { border-color: rgb(220,76,66); }

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