Html Css Color HEX #E25A3A Sorbus

📋 copy color: '#E25A3A'

red 226 ◦ green 90 ◦ blue 58

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

Shades of Sorbus #E25A3A

Tints of Sorbus #E25A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 60.43%
G = 24.06%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E25A3A (or 0xE25A3A) is known color: Sorbus. HEX triplet: E2, 5A and 3A. RGB value is (226,90,58). Sum of RGB (Red+Green+Blue) = 226+90+58=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A3A is #1DA5C5. Grayscale: #7F7F7F. Windows color (decimal): -1942982 or 3824354. OLE color: 3824354.

HSL color Cylindrical-coordinate representation of color #E25A3A: hue angle of 11.43º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E25A3A is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 90 58 -
CMYK 0 0.60 0.74 0.11
HSL 11.43º 0.74% 0.56% -
HSV(B) 11.43º 0.74% 0.89% -
XYZ 35.78 23.79 6.71 -
YUV 127.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 226 90 58 0 0.60 0.74 0.11 11.43 0.74 0.56
Hex E2 5A 3A 0 3C 4A B B 4A 38
Octal 342 132 72 0 74 112 13 13 112 70
Binary 11100010 1011010 111010 0 111100 1001010 1011 1011 1001010 111000

Color Harmonies of #E25A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A3A

Black with #E25A3A

Text Example


Text Example

White with #E25A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A3A; }

 p { color: rgb(226,90,58); }

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

background-color css

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

 a { background-color: rgb(226,90,58); }

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

border-color css

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

 span { border-color: rgb(226,90,58); }

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