Html Css Color HEX #DE514D Valencia

📋 copy color: '#DE514D'

red 222 ◦ green 81 ◦ blue 77

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

Shades of Valencia #DE514D

Tints of Valencia #DE514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 58.42%
G = 21.32%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE514D (or 0xDE514D) is known color: Valencia. HEX triplet: DE, 51 and 4D. RGB value is (222,81,77). Sum of RGB (Red+Green+Blue) = 222+81+77=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE514D is #21AEB2. Grayscale: #7A7A7A. Windows color (decimal): -2207411 or 5067230. OLE color: 5067230.

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

Color convert

RGB 222 81 77 -
CMYK 0 0.64 0.65 0.13
HSL 1.66º 0.69% 0.59% -
HSV(B) 1.66º 0.65% 0.87% -
XYZ 34.41 21.95 9.44 -
YUV 122.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 222 81 77 0 0.64 0.65 0.13 1.66 0.69 0.59
Hex DE 51 4D 0 40 41 D 2 45 3B
Octal 336 121 115 0 100 101 15 2 105 73
Binary 11011110 1010001 1001101 0 1000000 1000001 1101 10 1000101 111011

Color Harmonies of #DE514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE514D

Black with #DE514D

Text Example


Text Example

White with #DE514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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