Html Css Color HEX #DD4848 Valencia

📋 copy color: '#DD4848'

red 221 ◦ green 72 ◦ blue 72

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

Shades of Valencia #DD4848

Tints of Valencia #DD4848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

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

R = 60.55%
G = 19.73%
B = 19.73%

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

#DD4848 (or 0xDD4848) is known color: Valencia. HEX triplet: DD, 48 and 48. RGB value is (221,72,72). Sum of RGB (Red+Green+Blue) = 221+72+72=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4848 is #22B7B7. Grayscale: #747474. Windows color (decimal): -2275256 or 4737245. OLE color: 4737245.

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

Color convert

RGB 221 72 72 -
CMYK 0 0.67 0.67 0.13
HSL 0.69% 0.57% -
HSV(B) 0.67% 0.87% -
XYZ 33.31 20.47 8.33 -
YUV 116.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 221 72 72 0 0.67 0.67 0.13 0 0.69 0.57
Hex DD 48 48 0 43 43 D 0 45 39
Octal 335 110 110 0 103 103 15 0 105 71
Binary 11011101 1001000 1001000 0 1000011 1000011 1101 0 1000101 111001

Color Harmonies of #DD4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4848

Black with #DD4848

Text Example


Text Example

White with #DD4848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4848; }

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

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

background-color css

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

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

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

border-color css

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

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

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