Html Css Color HEX #DE524D Valencia

📋 copy color: '#DE524D'

red 222 ◦ green 82 ◦ blue 77

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

Shades of Valencia #DE524D

Tints of Valencia #DE524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.52%

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

R = 58.27%
G = 21.52%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE524D (or 0xDE524D) is known color: Valencia. HEX triplet: DE, 52 and 4D. RGB value is (222,82,77). Sum of RGB (Red+Green+Blue) = 222+82+77=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE524D is #21ADB2. Grayscale: #7B7B7B. Windows color (decimal): -2207155 or 5067486. OLE color: 5067486.

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

Color convert

RGB 222 82 77 -
CMYK 0 0.63 0.65 0.13
HSL 2.07º 0.69% 0.59% -
HSV(B) 2.07º 0.65% 0.87% -
XYZ 34.48 22.1 9.47 -
YUV 123.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 222 82 77 0 0.63 0.65 0.13 2.07 0.69 0.59
Hex DE 52 4D 0 3F 41 D 2 45 3B
Octal 336 122 115 0 77 101 15 2 105 73
Binary 11011110 1010010 1001101 0 111111 1000001 1101 10 1000101 111011

Color Harmonies of #DE524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE524D

Black with #DE524D

Text Example


Text Example

White with #DE524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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