Html Css Color HEX #DE5844 Valencia

📋 copy color: '#DE5844'

red 222 ◦ green 88 ◦ blue 68

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

Shades of Valencia #DE5844

Tints of Valencia #DE5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

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

R = 58.73%
G = 23.28%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE5844 (or 0xDE5844) is known color: Valencia. HEX triplet: DE, 58 and 44. RGB value is (222,88,68). Sum of RGB (Red+Green+Blue) = 222+88+68=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5844 is #21A7BB. Grayscale: #7D7D7D. Windows color (decimal): -2205628 or 4479198. OLE color: 4479198.

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

Color convert

RGB 222 88 68 -
CMYK 0 0.60 0.69 0.13
HSL 7.79º 0.7% 0.57% -
HSV(B) 7.79º 0.69% 0.87% -
XYZ 34.66 22.93 8.07 -
YUV 125.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 222 88 68 0 0.60 0.69 0.13 7.79 0.7 0.57
Hex DE 58 44 0 3C 45 D 8 46 39
Octal 336 130 104 0 74 105 15 10 106 71
Binary 11011110 1011000 1000100 0 111100 1000101 1101 1000 1000110 111001

Color Harmonies of #DE5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5844

Black with #DE5844

Text Example


Text Example

White with #DE5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5844; }

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

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

background-color css

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

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

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

border-color css

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

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

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