Html Css Color HEX #E6252E Alizarin

📋 copy color: '#E6252E'

red 230 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #E6252E

Tints of Alizarin #E6252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 73.48%
G = 11.82%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6252E (or 0xE6252E) is known color: Alizarin. HEX triplet: E6, 25 and 2E. RGB value is (230,37,46). Sum of RGB (Red+Green+Blue) = 230+37+46=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6252E is #19DAD1. Grayscale: #5F5F5F. Windows color (decimal): -1694418 or 3024358. OLE color: 3024358.

HSL color Cylindrical-coordinate representation of color #E6252E: hue angle of 357.2º 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 #E6252E is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 46 -
CMYK 0 0.84 0.8 0.10
HSL 357.2º 0.79% 0.52% -
HSV(B) 357.2º 0.84% 0.9% -
XYZ 33.79 18.34 4.34 -
YUV 95.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 230 37 46 0 0.84 0.8 0.10 357.2 0.79 0.52
Hex E6 25 2E 0 54 50 A 165 4F 34
Octal 346 45 56 0 124 120 12 545 117 64
Binary 11100110 100101 101110 0 1010100 1010000 1010 101100101 1001111 110100

Color Harmonies of #E6252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6252E

Black with #E6252E

Text Example


Text Example

White with #E6252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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