Html Css Color HEX #DE584C Valencia

📋 copy color: '#DE584C'

red 222 ◦ green 88 ◦ blue 76

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

Shades of Valencia #DE584C

Tints of Valencia #DE584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 57.51%
G = 22.8%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE584C (or 0xDE584C) is known color: Valencia. HEX triplet: DE, 58 and 4C. RGB value is (222,88,76). Sum of RGB (Red+Green+Blue) = 222+88+76=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE584C is #21A7B3. Grayscale: #7E7E7E. Windows color (decimal): -2205620 or 5003486. OLE color: 5003486.

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

Color convert

RGB 222 88 76 -
CMYK 0 0.60 0.66 0.13
HSL 4.93º 0.69% 0.58% -
HSV(B) 4.93º 0.66% 0.87% -
XYZ 34.92 23.03 9.44 -
YUV 126.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 222 88 76 0 0.60 0.66 0.13 4.93 0.69 0.58
Hex DE 58 4C 0 3C 42 D 5 45 3A
Octal 336 130 114 0 74 102 15 5 105 72
Binary 11011110 1011000 1001100 0 111100 1000010 1101 101 1000101 111010

Color Harmonies of #DE584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE584C

Black with #DE584C

Text Example


Text Example

White with #DE584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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