Html Css Color HEX #DE5649 Valencia

📋 copy color: '#DE5649'

red 222 ◦ green 86 ◦ blue 73

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

Shades of Valencia #DE5649

Tints of Valencia #DE5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.57%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 58.27%
G = 22.57%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE5649 (or 0xDE5649) is known color: Valencia. HEX triplet: DE, 56 and 49. RGB value is (222,86,73). Sum of RGB (Red+Green+Blue) = 222+86+73=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5649 is #21A9B6. Grayscale: #7D7D7D. Windows color (decimal): -2206135 or 4806366. OLE color: 4806366.

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

Color convert

RGB 222 86 73 -
CMYK 0 0.61 0.67 0.13
HSL 5.23º 0.69% 0.58% -
HSV(B) 5.23º 0.67% 0.87% -
XYZ 34.65 22.67 8.85 -
YUV 125.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 222 86 73 0 0.61 0.67 0.13 5.23 0.69 0.58
Hex DE 56 49 0 3D 43 D 5 45 3A
Octal 336 126 111 0 75 103 15 5 105 72
Binary 11011110 1010110 1001001 0 111101 1000011 1101 101 1000101 111010

Color Harmonies of #DE5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5649

Black with #DE5649

Text Example


Text Example

White with #DE5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5649; }

 p { color: rgb(222,86,73); }

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

background-color css

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

 a { background-color: rgb(222,86,73); }

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

border-color css

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

 span { border-color: rgb(222,86,73); }

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