Html Css Color HEX #DE5044 Valencia

📋 copy color: '#DE5044'

red 222 ◦ green 80 ◦ blue 68

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

Shades of Valencia #DE5044

Tints of Valencia #DE5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.38%

R = 60%
G = 21.62%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE5044 (or 0xDE5044) is known color: Valencia. HEX triplet: DE, 50 and 44. RGB value is (222,80,68). Sum of RGB (Red+Green+Blue) = 222+80+68=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5044 is #21AFBB. Grayscale: #797979. Windows color (decimal): -2207676 or 4477150. OLE color: 4477150.

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

Color convert

RGB 222 80 68 -
CMYK 0 0.64 0.69 0.13
HSL 4.68º 0.7% 0.57% -
HSV(B) 4.68º 0.69% 0.87% -
XYZ 34.04 21.68 7.86 -
YUV 121.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 222 80 68 0 0.64 0.69 0.13 4.68 0.7 0.57
Hex DE 50 44 0 40 45 D 5 46 39
Octal 336 120 104 0 100 105 15 5 106 71
Binary 11011110 1010000 1000100 0 1000000 1000101 1101 101 1000110 111001

Color Harmonies of #DE5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5044

Black with #DE5044

Text Example


Text Example

White with #DE5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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