Html Css Color HEX #DE5251 Valencia

📋 copy color: '#DE5251'

red 222 ◦ green 82 ◦ blue 81

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

Shades of Valencia #DE5251

Tints of Valencia #DE5251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 57.66%
G = 21.3%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE5251 (or 0xDE5251) is known color: Valencia. HEX triplet: DE, 52 and 51. RGB value is (222,82,81). Sum of RGB (Red+Green+Blue) = 222+82+81=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5251 is #21ADAE. Grayscale: #7B7B7B. Windows color (decimal): -2207151 or 5329630. OLE color: 5329630.

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

Color convert

RGB 222 82 81 -
CMYK 0 0.63 0.64 0.13
HSL 0.43º 0.68% 0.59% -
HSV(B) 0.43º 0.64% 0.87% -
XYZ 34.63 22.16 10.24 -
YUV 123.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 222 82 81 0 0.63 0.64 0.13 0.43 0.68 0.59
Hex DE 52 51 0 3F 40 D 0 44 3B
Octal 336 122 121 0 77 100 15 0 104 73
Binary 11011110 1010010 1010001 0 111111 1000000 1101 0 1000100 111011

Color Harmonies of #DE5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5251

Black with #DE5251

Text Example


Text Example

White with #DE5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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