Html Css Color HEX #DE504A Valencia

📋 copy color: '#DE504A'

red 222 ◦ green 80 ◦ blue 74

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

Shades of Valencia #DE504A

Tints of Valencia #DE504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 59.04%
G = 21.28%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE504A (or 0xDE504A) is known color: Valencia. HEX triplet: DE, 50 and 4A. RGB value is (222,80,74). Sum of RGB (Red+Green+Blue) = 222+80+74=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE504A is #21AFB5. Grayscale: #797979. Windows color (decimal): -2207670 or 4870366. OLE color: 4870366.

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

Color convert

RGB 222 80 74 -
CMYK 0 0.64 0.67 0.13
HSL 2.43º 0.69% 0.58% -
HSV(B) 2.43º 0.67% 0.87% -
XYZ 34.23 21.76 8.87 -
YUV 121.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 222 80 74 0 0.64 0.67 0.13 2.43 0.69 0.58
Hex DE 50 4A 0 40 43 D 2 45 3A
Octal 336 120 112 0 100 103 15 2 105 72
Binary 11011110 1010000 1001010 0 1000000 1000011 1101 10 1000101 111010

Color Harmonies of #DE504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE504A

Black with #DE504A

Text Example


Text Example

White with #DE504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE504A; }

 p { color: rgb(222,80,74); }

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

background-color css

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

 a { background-color: rgb(222,80,74); }

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

border-color css

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

 span { border-color: rgb(222,80,74); }

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