Html Css Color HEX #DD5143 Valencia

📋 copy color: '#DD5143'

red 221 ◦ green 81 ◦ blue 67

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

Shades of Valencia #DD5143

Tints of Valencia #DD5143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.16%

R = 59.89%
G = 21.95%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5143 (or 0xDD5143) is known color: Valencia. HEX triplet: DD, 51 and 43. RGB value is (221,81,67). Sum of RGB (Red+Green+Blue) = 221+81+67=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5143 is #22AEBC. Grayscale: #797979. Windows color (decimal): -2272957 or 4411869. OLE color: 4411869.

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

Color convert

RGB 221 81 67 -
CMYK 0 0.63 0.70 0.13
HSL 5.45º 0.69% 0.56% -
HSV(B) 5.45º 0.7% 0.87% -
XYZ 33.77 21.66 7.71 -
YUV 121.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 221 81 67 0 0.63 0.70 0.13 5.45 0.69 0.56
Hex DD 51 43 0 3F 46 D 5 45 38
Octal 335 121 103 0 77 106 15 5 105 70
Binary 11011101 1010001 1000011 0 111111 1000110 1101 101 1000101 111000

Color Harmonies of #DD5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5143

Black with #DD5143

Text Example


Text Example

White with #DD5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5143; }

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

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

background-color css

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

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

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

border-color css

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

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

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