Html Css Color HEX #DE5249 Valencia

📋 copy color: '#DE5249'

red 222 ◦ green 82 ◦ blue 73

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

Shades of Valencia #DE5249

Tints of Valencia #DE5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 58.89%
G = 21.75%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE5249 (or 0xDE5249) is known color: Valencia. HEX triplet: DE, 52 and 49. RGB value is (222,82,73). Sum of RGB (Red+Green+Blue) = 222+82+73=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5249 is #21ADB6. Grayscale: #7B7B7B. Windows color (decimal): -2207159 or 4805342. OLE color: 4805342.

HSL color Cylindrical-coordinate representation of color #DE5249: hue angle of 3.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE5249 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 82 73 -
CMYK 0 0.63 0.67 0.13
HSL 3.62º 0.69% 0.58% -
HSV(B) 3.62º 0.67% 0.87% -
XYZ 34.34 22.05 8.75 -
YUV 122.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 222 82 73 0 0.63 0.67 0.13 3.62 0.69 0.58
Hex DE 52 49 0 3F 43 D 4 45 3A
Octal 336 122 111 0 77 103 15 4 105 72
Binary 11011110 1010010 1001001 0 111111 1000011 1101 100 1000101 111010

Color Harmonies of #DE5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5249

Black with #DE5249

Text Example


Text Example

White with #DE5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5249; }

 p { color: rgb(222,82,73); }

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

background-color css

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

 a { background-color: rgb(222,82,73); }

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

border-color css

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

 span { border-color: rgb(222,82,73); }

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