Html Css Color HEX #DD4E41 Valencia

📋 copy color: '#DD4E41'

red 221 ◦ green 78 ◦ blue 65

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

Shades of Valencia #DD4E41

Tints of Valencia #DD4E41

RGB

 RED value IS 221 (86.72% from 255) = 60.71%

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

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

R = 60.71%
G = 21.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4E41 (or 0xDD4E41) is known color: Valencia. HEX triplet: DD, 4E and 41. RGB value is (221,78,65). Sum of RGB (Red+Green+Blue) = 221+78+65=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E41 is #22B1BE. Grayscale: #777777. Windows color (decimal): -2273727 or 4280029. OLE color: 4280029.

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

Color convert

RGB 221 78 65 -
CMYK 0 0.65 0.71 0.13
HSL 0.7% 0.56% -
HSV(B) 0.71% 0.87% -
XYZ 33.5 21.2 7.33 -
YUV 119.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 221 78 65 0 0.65 0.71 0.13 5 0.7 0.56
Hex DD 4E 41 0 41 47 D 5 46 38
Octal 335 116 101 0 101 107 15 5 106 70
Binary 11011101 1001110 1000001 0 1000001 1000111 1101 101 1000110 111000

Color Harmonies of #DD4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E41

Black with #DD4E41

Text Example


Text Example

White with #DD4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E41; }

 p { color: rgb(221,78,65); }

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

background-color css

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

 a { background-color: rgb(221,78,65); }

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

border-color css

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

 span { border-color: rgb(221,78,65); }

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