Html Css Color HEX #E74F4B Valencia

📋 copy color: '#E74F4B'

red 231 ◦ green 79 ◦ blue 75

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

Shades of Valencia #E74F4B

Tints of Valencia #E74F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 60%
G = 20.52%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E74F4B (or 0xE74F4B) is known color: Valencia. HEX triplet: E7, 4F and 4B. RGB value is (231,79,75). Sum of RGB (Red+Green+Blue) = 231+79+75=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F4B is #18B0B4. Grayscale: #7C7C7C. Windows color (decimal): -1618101 or 4935655. OLE color: 4935655.

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

Color convert

RGB 231 79 75 -
CMYK 0 0.66 0.68 0.09
HSL 1.54º 0.76% 0.6% -
HSV(B) 1.54º 0.68% 0.91% -
XYZ 37.02 23.09 9.16 -
YUV 123.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 231 79 75 0 0.66 0.68 0.09 1.54 0.76 0.6
Hex E7 4F 4B 0 42 44 9 2 4C 3C
Octal 347 117 113 0 102 104 11 2 114 74
Binary 11100111 1001111 1001011 0 1000010 1000100 1001 10 1001100 111100

Color Harmonies of #E74F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F4B

Black with #E74F4B

Text Example


Text Example

White with #E74F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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