Html Css Color HEX #DE5841 Valencia

📋 copy color: '#DE5841'

red 222 ◦ green 88 ◦ blue 65

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

Shades of Valencia #DE5841

Tints of Valencia #DE5841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 59.2%
G = 23.47%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE5841 (or 0xDE5841) is known color: Valencia. HEX triplet: DE, 58 and 41. RGB value is (222,88,65). Sum of RGB (Red+Green+Blue) = 222+88+65=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5841 is #21A7BE. Grayscale: #7D7D7D. Windows color (decimal): -2205631 or 4282590. OLE color: 4282590.

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

Color convert

RGB 222 88 65 -
CMYK 0 0.60 0.71 0.13
HSL 8.79º 0.7% 0.56% -
HSV(B) 8.79º 0.71% 0.87% -
XYZ 34.57 22.89 7.6 -
YUV 125.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 222 88 65 0 0.60 0.71 0.13 8.79 0.7 0.56
Hex DE 58 41 0 3C 47 D 9 46 38
Octal 336 130 101 0 74 107 15 11 106 70
Binary 11011110 1011000 1000001 0 111100 1000111 1101 1001 1000110 111000

Color Harmonies of #DE5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5841

Black with #DE5841

Text Example


Text Example

White with #DE5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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