Html Css Color HEX #DD574B Valencia

📋 copy color: '#DD574B'

red 221 ◦ green 87 ◦ blue 75

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

Shades of Valencia #DD574B

Tints of Valencia #DD574B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 57.7%
G = 22.72%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD574B (or 0xDD574B) is known color: Valencia. HEX triplet: DD, 57 and 4B. RGB value is (221,87,75). Sum of RGB (Red+Green+Blue) = 221+87+75=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD574B is #22A8B4. Grayscale: #7D7D7D. Windows color (decimal): -2271413 or 4937693. OLE color: 4937693.

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

Color convert

RGB 221 87 75 -
CMYK 0 0.61 0.66 0.13
HSL 4.93º 0.68% 0.58% -
HSV(B) 4.93º 0.66% 0.87% -
XYZ 34.5 22.7 9.22 -
YUV 125.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 221 87 75 0 0.61 0.66 0.13 4.93 0.68 0.58
Hex DD 57 4B 0 3D 42 D 5 44 3A
Octal 335 127 113 0 75 102 15 5 104 72
Binary 11011101 1010111 1001011 0 111101 1000010 1101 101 1000100 111010

Color Harmonies of #DD574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD574B

Black with #DD574B

Text Example


Text Example

White with #DD574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD574B; }

 p { color: rgb(221,87,75); }

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

background-color css

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

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

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

border-color css

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

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

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