Html Css Color HEX #DD4A48 Valencia

📋 copy color: '#DD4A48'

red 221 ◦ green 74 ◦ blue 72

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

Shades of Valencia #DD4A48

Tints of Valencia #DD4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 60.22%
G = 20.16%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4A48 (or 0xDD4A48) is known color: Valencia. HEX triplet: DD, 4A and 48. RGB value is (221,74,72). Sum of RGB (Red+Green+Blue) = 221+74+72=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A48 is #22B5B7. Grayscale: #757575. Windows color (decimal): -2274744 or 4737757. OLE color: 4737757.

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

Color convert

RGB 221 74 72 -
CMYK 0 0.67 0.67 0.13
HSL 0.81º 0.69% 0.57% -
HSV(B) 0.81º 0.67% 0.87% -
XYZ 33.44 20.74 8.37 -
YUV 117.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 221 74 72 0 0.67 0.67 0.13 0.81 0.69 0.57
Hex DD 4A 48 0 43 43 D 1 45 39
Octal 335 112 110 0 103 103 15 1 105 71
Binary 11011101 1001010 1001000 0 1000011 1000011 1101 1 1000101 111001

Color Harmonies of #DD4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A48

Black with #DD4A48

Text Example


Text Example

White with #DD4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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