Html Css Color HEX #DD4C48 Valencia

📋 copy color: '#DD4C48'

red 221 ◦ green 76 ◦ blue 72

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

Shades of Valencia #DD4C48

Tints of Valencia #DD4C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 59.89%
G = 20.6%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4C48 (or 0xDD4C48) is known color: Valencia. HEX triplet: DD, 4C and 48. RGB value is (221,76,72). Sum of RGB (Red+Green+Blue) = 221+76+72=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C48 is #22B3B7. Grayscale: #777777. Windows color (decimal): -2274232 or 4738269. OLE color: 4738269.

HSL color Cylindrical-coordinate representation of color #DD4C48: hue angle of 1.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4C48 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 72 -
CMYK 0 0.66 0.67 0.13
HSL 1.61º 0.69% 0.57% -
HSV(B) 1.61º 0.67% 0.87% -
XYZ 33.57 21.01 8.42 -
YUV 118.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 221 76 72 0 0.66 0.67 0.13 1.61 0.69 0.57
Hex DD 4C 48 0 42 43 D 2 45 39
Octal 335 114 110 0 102 103 15 2 105 71
Binary 11011101 1001100 1001000 0 1000010 1000011 1101 10 1000101 111001

Color Harmonies of #DD4C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C48

Black with #DD4C48

Text Example


Text Example

White with #DD4C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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