Html Css Color HEX #E6252A Alizarin

📋 copy color: '#E6252A'

red 230 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #E6252A

Tints of Alizarin #E6252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 74.43%
G = 11.97%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6252A (or 0xE6252A) is known color: Alizarin. HEX triplet: E6, 25 and 2A. RGB value is (230,37,42). Sum of RGB (Red+Green+Blue) = 230+37+42=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6252A is #19DAD5. Grayscale: #5F5F5F. Windows color (decimal): -1694422 or 2762214. OLE color: 2762214.

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

Color convert

RGB 230 37 42 -
CMYK 0 0.84 0.82 0.10
HSL 358.45º 0.79% 0.52% -
HSV(B) 358.45º 0.84% 0.9% -
XYZ 33.71 18.31 3.95 -
YUV 95.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 230 37 42 0 0.84 0.82 0.10 358.45 0.79 0.52
Hex E6 25 2A 0 54 52 A 166 4F 34
Octal 346 45 52 0 124 122 12 546 117 64
Binary 11100110 100101 101010 0 1010100 1010010 1010 101100110 1001111 110100

Color Harmonies of #E6252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6252A

Black with #E6252A

Text Example


Text Example

White with #E6252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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