Html Css Color HEX #E6534F Valencia

📋 copy color: '#E6534F'

red 230 ◦ green 83 ◦ blue 79

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

Shades of Valencia #E6534F

Tints of Valencia #E6534F

RGB

 RED value IS 230 (90.23% from 255) = 58.67%

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

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 58.67%
G = 21.17%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6534F (or 0xE6534F) is known color: Valencia. HEX triplet: E6, 53 and 4F. RGB value is (230,83,79). Sum of RGB (Red+Green+Blue) = 230+83+79=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6534F is #19ACB0. Grayscale: #7E7E7E. Windows color (decimal): -1682609 or 5198822. OLE color: 5198822.

HSL color Cylindrical-coordinate representation of color #E6534F: hue angle of 1.59º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6534F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 83 79 -
CMYK 0 0.64 0.66 0.10
HSL 1.59º 0.75% 0.61% -
HSV(B) 1.59º 0.66% 0.9% -
XYZ 37.14 23.57 9.99 -
YUV 126.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 230 83 79 0 0.64 0.66 0.10 1.59 0.75 0.61
Hex E6 53 4F 0 40 42 A 2 4B 3D
Octal 346 123 117 0 100 102 12 2 113 75
Binary 11100110 1010011 1001111 0 1000000 1000010 1010 10 1001011 111101

Color Harmonies of #E6534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6534F

Black with #E6534F

Text Example


Text Example

White with #E6534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6534F; }

 p { color: rgb(230,83,79); }

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

background-color css

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

 a { background-color: rgb(230,83,79); }

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

border-color css

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

 span { border-color: rgb(230,83,79); }

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