Html Css Color HEX #E74D4D Valencia

📋 copy color: '#E74D4D'

red 231 ◦ green 77 ◦ blue 77

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

Shades of Valencia #E74D4D

Tints of Valencia #E74D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E74D4D (or 0xE74D4D) is known color: Valencia. HEX triplet: E7, 4D and 4D. RGB value is (231,77,77). Sum of RGB (Red+Green+Blue) = 231+77+77=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74D4D is #18B2B2. Grayscale: #7B7B7B. Windows color (decimal): -1618611 or 5066215. OLE color: 5066215.

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

Color convert

RGB 231 77 77 -
CMYK 0 0.67 0.67 0.09
HSL 0.76% 0.6% -
HSV(B) 0.67% 0.91% -
XYZ 36.95 22.83 9.48 -
YUV 123.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 231 77 77 0 0.67 0.67 0.09 0 0.76 0.6
Hex E7 4D 4D 0 43 43 9 0 4C 3C
Octal 347 115 115 0 103 103 11 0 114 74
Binary 11100111 1001101 1001101 0 1000011 1000011 1001 0 1001100 111100

Color Harmonies of #E74D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D4D

Black with #E74D4D

Text Example


Text Example

White with #E74D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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