Html Css Color HEX #E0533F Valencia

📋 copy color: '#E0533F'

red 224 ◦ green 83 ◦ blue 63

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

Shades of Valencia #E0533F

Tints of Valencia #E0533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.03%

R = 60.54%
G = 22.43%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0533F (or 0xE0533F) is known color: Valencia. HEX triplet: E0, 53 and 3F. RGB value is (224,83,63). Sum of RGB (Red+Green+Blue) = 224+83+63=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0533F is #1FACC0. Grayscale: #7B7B7B. Windows color (decimal): -2075841 or 4150240. OLE color: 4150240.

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

Color convert

RGB 224 83 63 -
CMYK 0 0.63 0.72 0.12
HSL 7.45º 0.72% 0.56% -
HSV(B) 7.45º 0.72% 0.88% -
XYZ 34.73 22.39 7.19 -
YUV 122.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 224 83 63 0 0.63 0.72 0.12 7.45 0.72 0.56
Hex E0 53 3F 0 3F 48 C 7 48 38
Octal 340 123 77 0 77 110 14 7 110 70
Binary 11100000 1010011 111111 0 111111 1001000 1100 111 1001000 111000

Color Harmonies of #E0533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0533F

Black with #E0533F

Text Example


Text Example

White with #E0533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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