Html Css Color HEX #DD4E43 Valencia

📋 copy color: '#DD4E43'

red 221 ◦ green 78 ◦ blue 67

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

Shades of Valencia #DD4E43

Tints of Valencia #DD4E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 60.38%
G = 21.31%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD4E43 (or 0xDD4E43) is known color: Valencia. HEX triplet: DD, 4E and 43. RGB value is (221,78,67). Sum of RGB (Red+Green+Blue) = 221+78+67=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E43 is #22B1BC. Grayscale: #777777. Windows color (decimal): -2273725 or 4411101. OLE color: 4411101.

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

Color convert

RGB 221 78 67 -
CMYK 0 0.65 0.70 0.13
HSL 4.29º 0.69% 0.56% -
HSV(B) 4.29º 0.7% 0.87% -
XYZ 33.56 21.23 7.64 -
YUV 119.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 221 78 67 0 0.65 0.70 0.13 4.29 0.69 0.56
Hex DD 4E 43 0 41 46 D 4 45 38
Octal 335 116 103 0 101 106 15 4 105 70
Binary 11011101 1001110 1000011 0 1000001 1000110 1101 100 1000101 111000

Color Harmonies of #DD4E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E43

Black with #DD4E43

Text Example


Text Example

White with #DD4E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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