Html Css Color HEX #DE534D Valencia

📋 copy color: '#DE534D'

red 222 ◦ green 83 ◦ blue 77

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

Shades of Valencia #DE534D

Tints of Valencia #DE534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

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

R = 58.12%
G = 21.73%
B = 20.16%

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

#DE534D (or 0xDE534D) is known color: Valencia. HEX triplet: DE, 53 and 4D. RGB value is (222,83,77). Sum of RGB (Red+Green+Blue) = 222+83+77=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE534D is #21ACB2. Grayscale: #7C7C7C. Windows color (decimal): -2206899 or 5067742. OLE color: 5067742.

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

Color convert

RGB 222 83 77 -
CMYK 0 0.63 0.65 0.13
HSL 2.48º 0.69% 0.59% -
HSV(B) 2.48º 0.65% 0.87% -
XYZ 34.56 22.25 9.49 -
YUV 123.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 222 83 77 0 0.63 0.65 0.13 2.48 0.69 0.59
Hex DE 53 4D 0 3F 41 D 2 45 3B
Octal 336 123 115 0 77 101 15 2 105 73
Binary 11011110 1010011 1001101 0 111111 1000001 1101 10 1000101 111011

Color Harmonies of #DE534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE534D

Black with #DE534D

Text Example


Text Example

White with #DE534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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