Html Css Color HEX #DD5151 Valencia

📋 copy color: '#DD5151'

red 221 ◦ green 81 ◦ blue 81

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

Shades of Valencia #DD5151

Tints of Valencia #DD5151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 57.7%
G = 21.15%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5151 (or 0xDD5151) is known color: Valencia. HEX triplet: DD, 51 and 51. RGB value is (221,81,81). Sum of RGB (Red+Green+Blue) = 221+81+81=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5151 is #22AEAE. Grayscale: #7B7B7B. Windows color (decimal): -2272943 or 5329373. OLE color: 5329373.

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

Color convert

RGB 221 81 81 -
CMYK 0 0.63 0.63 0.13
HSL 0.67% 0.59% -
HSV(B) 0.63% 0.87% -
XYZ 34.25 21.85 10.2 -
YUV 122.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 221 81 81 0 0.63 0.63 0.13 0 0.67 0.59
Hex DD 51 51 0 3F 3F D 0 43 3B
Octal 335 121 121 0 77 77 15 0 103 73
Binary 11011101 1010001 1010001 0 111111 111111 1101 0 1000011 111011

Color Harmonies of #DD5151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5151

Black with #DD5151

Text Example


Text Example

White with #DD5151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5151; }

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

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

background-color css

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

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

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

border-color css

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

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

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