Html Css Color HEX #DE5150 Valencia

📋 copy color: '#DE5150'

red 222 ◦ green 81 ◦ blue 80

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

Shades of Valencia #DE5150

Tints of Valencia #DE5150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 57.96%
G = 21.15%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE5150 (or 0xDE5150) is known color: Valencia. HEX triplet: DE, 51 and 50. RGB value is (222,81,80). Sum of RGB (Red+Green+Blue) = 222+81+80=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5150 is #21AEAF. Grayscale: #7B7B7B. Windows color (decimal): -2207408 or 5263838. OLE color: 5263838.

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

Color convert

RGB 222 81 80 -
CMYK 0 0.64 0.64 0.13
HSL 0.42º 0.68% 0.59% -
HSV(B) 0.42º 0.64% 0.87% -
XYZ 34.51 21.99 10.02 -
YUV 123.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 222 81 80 0 0.64 0.64 0.13 0.42 0.68 0.59
Hex DE 51 50 0 40 40 D 0 44 3B
Octal 336 121 120 0 100 100 15 0 104 73
Binary 11011110 1010001 1010000 0 1000000 1000000 1101 0 1000100 111011

Color Harmonies of #DE5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5150

Black with #DE5150

Text Example


Text Example

White with #DE5150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5150; }

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

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

background-color css

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

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

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

border-color css

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

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

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