Html Css Color HEX #E05141 Valencia

📋 copy color: '#E05141'

red 224 ◦ green 81 ◦ blue 65

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

Shades of Valencia #E05141

Tints of Valencia #E05141

RGB

 RED value IS 224 (87.89% from 255) = 60.54%

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

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 60.54%
G = 21.89%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05141 (or 0xE05141) is known color: Valencia. HEX triplet: E0, 51 and 41. RGB value is (224,81,65). Sum of RGB (Red+Green+Blue) = 224+81+65=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E05141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05141 is #1FAEBE. Grayscale: #7A7A7A. Windows color (decimal): -2076351 or 4280800. OLE color: 4280800.

HSL color Cylindrical-coordinate representation of color #E05141: hue angle of 6.04º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05141 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 65 -
CMYK 0 0.64 0.71 0.12
HSL 6.04º 0.72% 0.57% -
HSV(B) 6.04º 0.71% 0.88% -
XYZ 34.64 22.11 7.44 -
YUV 121.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 224 81 65 0 0.64 0.71 0.12 6.04 0.72 0.57
Hex E0 51 41 0 40 47 C 6 48 39
Octal 340 121 101 0 100 107 14 6 110 71
Binary 11100000 1010001 1000001 0 1000000 1000111 1100 110 1001000 111001

Color Harmonies of #E05141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05141

Black with #E05141

Text Example


Text Example

White with #E05141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05141; }

 p { color: rgb(224,81,65); }

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

background-color css

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

 a { background-color: rgb(224,81,65); }

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

border-color css

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

 span { border-color: rgb(224,81,65); }

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