Html Css Color HEX #E05341 Valencia

📋 copy color: '#E05341'

red 224 ◦ green 83 ◦ blue 65

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

Shades of Valencia #E05341

Tints of Valencia #E05341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 60.22%
G = 22.31%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05341 (or 0xE05341) is known color: Valencia. HEX triplet: E0, 53 and 41. RGB value is (224,83,65). Sum of RGB (Red+Green+Blue) = 224+83+65=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E05341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05341 is #1FACBE. Grayscale: #7B7B7B. Windows color (decimal): -2075839 or 4281312. OLE color: 4281312.

HSL color Cylindrical-coordinate representation of color #E05341: hue angle of 6.79º 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 #E05341 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 65 -
CMYK 0 0.63 0.71 0.12
HSL 6.79º 0.72% 0.57% -
HSV(B) 6.79º 0.71% 0.88% -
XYZ 34.79 22.42 7.49 -
YUV 123.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 224 83 65 0 0.63 0.71 0.12 6.79 0.72 0.57
Hex E0 53 41 0 3F 47 C 7 48 39
Octal 340 123 101 0 77 107 14 7 110 71
Binary 11100000 1010011 1000001 0 111111 1000111 1100 111 1001000 111001

Color Harmonies of #E05341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05341

Black with #E05341

Text Example


Text Example

White with #E05341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05341; }

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

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

background-color css

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

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

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

border-color css

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

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

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