Html Css Color HEX #DE574D Valencia

📋 copy color: '#DE574D'

red 222 ◦ green 87 ◦ blue 77

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

Shades of Valencia #DE574D

Tints of Valencia #DE574D

RGB

 RED value IS 222 (87.11% from 255) = 57.51%

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

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 57.51%
G = 22.54%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE574D (or 0xDE574D) is known color: Valencia. HEX triplet: DE, 57 and 4D. RGB value is (222,87,77). Sum of RGB (Red+Green+Blue) = 222+87+77=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE574D is #21A8B2. Grayscale: #7E7E7E. Windows color (decimal): -2205875 or 5068766. OLE color: 5068766.

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

Color convert

RGB 222 87 77 -
CMYK 0 0.61 0.65 0.13
HSL 4.14º 0.69% 0.59% -
HSV(B) 4.14º 0.65% 0.87% -
XYZ 34.87 22.88 9.6 -
YUV 126.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 222 87 77 0 0.61 0.65 0.13 4.14 0.69 0.59
Hex DE 57 4D 0 3D 41 D 4 45 3B
Octal 336 127 115 0 75 101 15 4 105 73
Binary 11011110 1010111 1001101 0 111101 1000001 1101 100 1000101 111011

Color Harmonies of #DE574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE574D

Black with #DE574D

Text Example


Text Example

White with #DE574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE574D; }

 p { color: rgb(222,87,77); }

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

background-color css

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

 a { background-color: rgb(222,87,77); }

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

border-color css

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

 span { border-color: rgb(222,87,77); }

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