Html Css Color HEX #E05343 Valencia

📋 copy color: '#E05343'

red 224 ◦ green 83 ◦ blue 67

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

Shades of Valencia #E05343

Tints of Valencia #E05343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 59.89%
G = 22.19%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E05343 (or 0xE05343) is known color: Valencia. HEX triplet: E0, 53 and 43. RGB value is (224,83,67). Sum of RGB (Red+Green+Blue) = 224+83+67=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E05343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05343 is #1FACBC. Grayscale: #7B7B7B. Windows color (decimal): -2075837 or 4412384. OLE color: 4412384.

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

Color convert

RGB 224 83 67 -
CMYK 0 0.63 0.70 0.12
HSL 6.11º 0.72% 0.57% -
HSV(B) 6.11º 0.7% 0.88% -
XYZ 34.85 22.44 7.8 -
YUV 123.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 224 83 67 0 0.63 0.70 0.12 6.11 0.72 0.57
Hex E0 53 43 0 3F 46 C 6 48 39
Octal 340 123 103 0 77 106 14 6 110 71
Binary 11100000 1010011 1000011 0 111111 1000110 1100 110 1001000 111001

Color Harmonies of #E05343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05343

Black with #E05343

Text Example


Text Example

White with #E05343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05343; }

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

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

background-color css

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

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

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

border-color css

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

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

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