Html Css Color HEX #E6253E Alizarin

📋 copy color: '#E6253E'

red 230 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #E6253E

Tints of Alizarin #E6253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 69.91%
G = 11.25%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6253E (or 0xE6253E) is known color: Alizarin. HEX triplet: E6, 25 and 3E. RGB value is (230,37,62). Sum of RGB (Red+Green+Blue) = 230+37+62=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6253E is #19DAC1. Grayscale: #616161. Windows color (decimal): -1694402 or 4072934. OLE color: 4072934.

HSL color Cylindrical-coordinate representation of color #E6253E: hue angle of 352.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6253E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 62 -
CMYK 0 0.84 0.73 0.10
HSL 352.23º 0.79% 0.52% -
HSV(B) 352.23º 0.84% 0.9% -
XYZ 34.16 18.49 6.33 -
YUV 97.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 230 37 62 0 0.84 0.73 0.10 352.23 0.79 0.52
Hex E6 25 3E 0 54 49 A 160 4F 34
Octal 346 45 76 0 124 111 12 540 117 64
Binary 11100110 100101 111110 0 1010100 1001001 1010 101100000 1001111 110100

Color Harmonies of #E6253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6253E

Black with #E6253E

Text Example


Text Example

White with #E6253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6253E; }

 p { color: rgb(230,37,62); }

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

background-color css

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

 a { background-color: rgb(230,37,62); }

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

border-color css

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

 span { border-color: rgb(230,37,62); }

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