Html Css Color HEX #E61A35 Alizarin

📋 copy color: '#E61A35'

red 230 ◦ green 26 ◦ blue 53

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

Shades of Alizarin #E61A35

Tints of Alizarin #E61A35

RGB

 RED value IS 230 (90.23% from 255) = 74.43%

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 74.43%
G = 8.41%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E61A35 (or 0xE61A35) is known color: Alizarin. HEX triplet: E6, 1A and 35. RGB value is (230,26,53). Sum of RGB (Red+Green+Blue) = 230+26+53=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61A35 is #19E5CA. Grayscale: #5A5A5A. Windows color (decimal): -1697227 or 3480294. OLE color: 3480294.

HSL color Cylindrical-coordinate representation of color #E61A35: hue angle of 352.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A35 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 53 -
CMYK 0 0.89 0.77 0.10
HSL 352.06º 0.8% 0.5% -
HSV(B) 352.06º 0.89% 0.9% -
XYZ 33.65 17.82 5.03 -
YUV 90.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 230 26 53 0 0.89 0.77 0.10 352.06 0.8 0.5
Hex E6 1A 35 0 59 4D A 160 50 32
Octal 346 32 65 0 131 115 12 540 120 62
Binary 11100110 11010 110101 0 1011001 1001101 1010 101100000 1010000 110010

Color Harmonies of #E61A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A35

Black with #E61A35

Text Example


Text Example

White with #E61A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A35; }

 p { color: rgb(230,26,53); }

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

background-color css

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

 a { background-color: rgb(230,26,53); }

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

border-color css

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

 span { border-color: rgb(230,26,53); }

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