Html Css Color HEX #DC4D41 Valencia

📋 copy color: '#DC4D41'

red 220 ◦ green 77 ◦ blue 65

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

Shades of Valencia #DC4D41

Tints of Valencia #DC4D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 60.77%
G = 21.27%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC4D41 (or 0xDC4D41) is known color: Valencia. HEX triplet: DC, 4D and 41. RGB value is (220,77,65). Sum of RGB (Red+Green+Blue) = 220+77+65=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D41 is #23B2BE. Grayscale: #767676. Windows color (decimal): -2339519 or 4279772. OLE color: 4279772.

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

Color convert

RGB 220 77 65 -
CMYK 0 0.65 0.70 0.14
HSL 4.65º 0.69% 0.56% -
HSV(B) 4.65º 0.7% 0.86% -
XYZ 33.12 20.91 7.29 -
YUV 118.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 220 77 65 0 0.65 0.70 0.14 4.65 0.69 0.56
Hex DC 4D 41 0 41 46 E 5 45 38
Octal 334 115 101 0 101 106 16 5 105 70
Binary 11011100 1001101 1000001 0 1000001 1000110 1110 101 1000101 111000

Color Harmonies of #DC4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D41

Black with #DC4D41

Text Example


Text Example

White with #DC4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D41; }

 p { color: rgb(220,77,65); }

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

background-color css

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

 a { background-color: rgb(220,77,65); }

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

border-color css

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

 span { border-color: rgb(220,77,65); }

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