Html Css Color HEX #DE5651 Valencia

📋 copy color: '#DE5651'

red 222 ◦ green 86 ◦ blue 81

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

Shades of Valencia #DE5651

Tints of Valencia #DE5651

RGB

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

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

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

R = 57.07%
G = 22.11%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE5651 (or 0xDE5651) is known color: Valencia. HEX triplet: DE, 56 and 51. RGB value is (222,86,81). Sum of RGB (Red+Green+Blue) = 222+86+81=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5651 is #21A9AE. Grayscale: #7E7E7E. Windows color (decimal): -2206127 or 5330654. OLE color: 5330654.

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

Color convert

RGB 222 86 81 -
CMYK 0 0.61 0.64 0.13
HSL 2.13º 0.68% 0.59% -
HSV(B) 2.13º 0.64% 0.87% -
XYZ 34.94 22.78 10.34 -
YUV 126.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 222 86 81 0 0.61 0.64 0.13 2.13 0.68 0.59
Hex DE 56 51 0 3D 40 D 2 44 3B
Octal 336 126 121 0 75 100 15 2 104 73
Binary 11011110 1010110 1010001 0 111101 1000000 1101 10 1000100 111011

Color Harmonies of #DE5651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5651

Black with #DE5651

Text Example


Text Example

White with #DE5651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5651; }

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

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

background-color css

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

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

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

border-color css

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

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

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