Html Css Color HEX #DD4C43 Valencia

📋 copy color: '#DD4C43'

red 221 ◦ green 76 ◦ blue 67

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

Shades of Valencia #DD4C43

Tints of Valencia #DD4C43

RGB

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

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

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

R = 60.71%
G = 20.88%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD4C43 (or 0xDD4C43) is known color: Valencia. HEX triplet: DD, 4C and 43. RGB value is (221,76,67). Sum of RGB (Red+Green+Blue) = 221+76+67=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C43 is #22B3BC. Grayscale: #767676. Windows color (decimal): -2274237 or 4410589. OLE color: 4410589.

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

Color convert

RGB 221 76 67 -
CMYK 0 0.66 0.70 0.13
HSL 3.51º 0.69% 0.56% -
HSV(B) 3.51º 0.7% 0.87% -
XYZ 33.42 20.95 7.59 -
YUV 118.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 221 76 67 0 0.66 0.70 0.13 3.51 0.69 0.56
Hex DD 4C 43 0 42 46 D 4 45 38
Octal 335 114 103 0 102 106 15 4 105 70
Binary 11011101 1001100 1000011 0 1000010 1000110 1101 100 1000101 111000

Color Harmonies of #DD4C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C43

Black with #DD4C43

Text Example


Text Example

White with #DD4C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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