Html Css Color HEX #DE5647 Valencia

📋 copy color: '#DE5647'

red 222 ◦ green 86 ◦ blue 71

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

Shades of Valencia #DE5647

Tints of Valencia #DE5647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 58.58%
G = 22.69%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE5647 (or 0xDE5647) is known color: Valencia. HEX triplet: DE, 56 and 47. RGB value is (222,86,71). Sum of RGB (Red+Green+Blue) = 222+86+71=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5647 is #21A9B8. Grayscale: #7D7D7D. Windows color (decimal): -2206137 or 4675294. OLE color: 4675294.

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

Color convert

RGB 222 86 71 -
CMYK 0 0.61 0.68 0.13
HSL 5.96º 0.7% 0.57% -
HSV(B) 5.96º 0.68% 0.87% -
XYZ 34.59 22.64 8.51 -
YUV 124.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 222 86 71 0 0.61 0.68 0.13 5.96 0.7 0.57
Hex DE 56 47 0 3D 44 D 6 46 39
Octal 336 126 107 0 75 104 15 6 106 71
Binary 11011110 1010110 1000111 0 111101 1000100 1101 110 1000110 111001

Color Harmonies of #DE5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5647

Black with #DE5647

Text Example


Text Example

White with #DE5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5647; }

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

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

background-color css

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

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

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

border-color css

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

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

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