Html Css Color HEX #E64F49 Valencia

📋 copy color: '#E64F49'

red 230 ◦ green 79 ◦ blue 73

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

Shades of Valencia #E64F49

Tints of Valencia #E64F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 60.21%
G = 20.68%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E64F49 (or 0xE64F49) is known color: Valencia. HEX triplet: E6, 4F and 49. RGB value is (230,79,73). Sum of RGB (Red+Green+Blue) = 230+79+73=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F49 is #19B0B6. Grayscale: #7B7B7B. Windows color (decimal): -1683639 or 4804582. OLE color: 4804582.

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

Color convert

RGB 230 79 73 -
CMYK 0 0.66 0.68 0.10
HSL 2.29º 0.76% 0.59% -
HSV(B) 2.29º 0.68% 0.9% -
XYZ 36.63 22.9 8.79 -
YUV 123.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 230 79 73 0 0.66 0.68 0.10 2.29 0.76 0.59
Hex E6 4F 49 0 42 44 A 2 4C 3B
Octal 346 117 111 0 102 104 12 2 114 73
Binary 11100110 1001111 1001001 0 1000010 1000100 1010 10 1001100 111011

Color Harmonies of #E64F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F49

Black with #E64F49

Text Example


Text Example

White with #E64F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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