Html Css Color HEX #E74F4F Valencia

📋 copy color: '#E74F4F'

red 231 ◦ green 79 ◦ blue 79

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

Shades of Valencia #E74F4F

Tints of Valencia #E74F4F

RGB

 RED value IS 231 (90.63% from 255) = 59.38%

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

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

R = 59.38%
G = 20.31%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E74F4F (or 0xE74F4F) is known color: Valencia. HEX triplet: E7, 4F and 4F. RGB value is (231,79,79). Sum of RGB (Red+Green+Blue) = 231+79+79=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F4F is #18B0B0. Grayscale: #7C7C7C. Windows color (decimal): -1618097 or 5197799. OLE color: 5197799.

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

Color convert

RGB 231 79 79 -
CMYK 0 0.66 0.66 0.09
HSL 0.76% 0.61% -
HSV(B) 0.66% 0.91% -
XYZ 37.16 23.15 9.91 -
YUV 124.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 231 79 79 0 0.66 0.66 0.09 0 0.76 0.61
Hex E7 4F 4F 0 42 42 9 0 4C 3D
Octal 347 117 117 0 102 102 11 0 114 75
Binary 11100111 1001111 1001111 0 1000010 1000010 1001 0 1001100 111101

Color Harmonies of #E74F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F4F

Black with #E74F4F

Text Example


Text Example

White with #E74F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F4F; }

 p { color: rgb(231,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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