Html Css Color HEX #DE5447 Valencia

📋 copy color: '#DE5447'

red 222 ◦ green 84 ◦ blue 71

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

Shades of Valencia #DE5447

Tints of Valencia #DE5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 58.89%
G = 22.28%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE5447 (or 0xDE5447) is known color: Valencia. HEX triplet: DE, 54 and 47. RGB value is (222,84,71). Sum of RGB (Red+Green+Blue) = 222+84+71=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5447 is #21ABB8. Grayscale: #7B7B7B. Windows color (decimal): -2206649 or 4674782. OLE color: 4674782.

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

Color convert

RGB 222 84 71 -
CMYK 0 0.62 0.68 0.13
HSL 5.17º 0.7% 0.57% -
HSV(B) 5.17º 0.68% 0.87% -
XYZ 34.43 22.33 8.46 -
YUV 123.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 222 84 71 0 0.62 0.68 0.13 5.17 0.7 0.57
Hex DE 54 47 0 3E 44 D 5 46 39
Octal 336 124 107 0 76 104 15 5 106 71
Binary 11011110 1010100 1000111 0 111110 1000100 1101 101 1000110 111001

Color Harmonies of #DE5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5447

Black with #DE5447

Text Example


Text Example

White with #DE5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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