Html Css Color HEX #DE504B Valencia

📋 copy color: '#DE504B'

red 222 ◦ green 80 ◦ blue 75

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

Shades of Valencia #DE504B

Tints of Valencia #DE504B

RGB

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

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

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

R = 58.89%
G = 21.22%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE504B (or 0xDE504B) is known color: Valencia. HEX triplet: DE, 50 and 4B. RGB value is (222,80,75). Sum of RGB (Red+Green+Blue) = 222+80+75=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE504B is #21AFB4. Grayscale: #7A7A7A. Windows color (decimal): -2207669 or 4935902. OLE color: 4935902.

HSL color Cylindrical-coordinate representation of color #DE504B: hue angle of 2.04º degrees, saturation: 0.69, 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 #DE504B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 75 -
CMYK 0 0.64 0.66 0.13
HSL 2.04º 0.69% 0.58% -
HSV(B) 2.04º 0.66% 0.87% -
XYZ 34.26 21.77 9.05 -
YUV 121.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 222 80 75 0 0.64 0.66 0.13 2.04 0.69 0.58
Hex DE 50 4B 0 40 42 D 2 45 3A
Octal 336 120 113 0 100 102 15 2 105 72
Binary 11011110 1010000 1001011 0 1000000 1000010 1101 10 1000101 111010

Color Harmonies of #DE504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE504B

Black with #DE504B

Text Example


Text Example

White with #DE504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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