Html Css Color HEX #DD5148 Valencia

📋 copy color: '#DD5148'

red 221 ◦ green 81 ◦ blue 72

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

Shades of Valencia #DD5148

Tints of Valencia #DD5148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 59.09%
G = 21.66%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5148 (or 0xDD5148) is known color: Valencia. HEX triplet: DD, 51 and 48. RGB value is (221,81,72). Sum of RGB (Red+Green+Blue) = 221+81+72=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5148 is #22AEB7. Grayscale: #7A7A7A. Windows color (decimal): -2272952 or 4739549. OLE color: 4739549.

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

Color convert

RGB 221 81 72 -
CMYK 0 0.63 0.67 0.13
HSL 3.62º 0.69% 0.57% -
HSV(B) 3.62º 0.67% 0.87% -
XYZ 33.93 21.72 8.54 -
YUV 121.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 221 81 72 0 0.63 0.67 0.13 3.62 0.69 0.57
Hex DD 51 48 0 3F 43 D 4 45 39
Octal 335 121 110 0 77 103 15 4 105 71
Binary 11011101 1010001 1001000 0 111111 1000011 1101 100 1000101 111001

Color Harmonies of #DD5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5148

Black with #DD5148

Text Example


Text Example

White with #DD5148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5148; }

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

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

background-color css

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

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

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

border-color css

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

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

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