Html Css Color HEX #E24C4B Valencia

📋 copy color: '#E24C4B'

red 226 ◦ green 76 ◦ blue 75

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

Shades of Valencia #E24C4B

Tints of Valencia #E24C4B

RGB

 RED value IS 226 (88.67% from 255) = 59.95%

 GREEN value IS 76 (30.08% from 255) = 20.16%

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

R = 59.95%
G = 20.16%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E24C4B (or 0xE24C4B) is known color: Valencia. HEX triplet: E2, 4C and 4B. RGB value is (226,76,75). Sum of RGB (Red+Green+Blue) = 226+76+75=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C4B is #1DB3B4. Grayscale: #787878. Windows color (decimal): -1946549 or 4934882. OLE color: 4934882.

HSL color Cylindrical-coordinate representation of color #E24C4B: hue angle of 0.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24C4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 76 75 -
CMYK 0 0.66 0.67 0.11
HSL 0.4º 0.72% 0.59% -
HSV(B) 0.4º 0.67% 0.89% -
XYZ 35.22 21.85 9.02 -
YUV 120.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 226 76 75 0 0.66 0.67 0.11 0.4 0.72 0.59
Hex E2 4C 4B 0 42 43 B 0 48 3B
Octal 342 114 113 0 102 103 13 0 110 73
Binary 11100010 1001100 1001011 0 1000010 1000011 1011 0 1001000 111011

Color Harmonies of #E24C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24C4B

Black with #E24C4B

Text Example


Text Example

White with #E24C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24C4B; }

 p { color: rgb(226,76,75); }

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

background-color css

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

 a { background-color: rgb(226,76,75); }

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

border-color css

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

 span { border-color: rgb(226,76,75); }

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