Html Css Color HEX #E62325 Alizarin

📋 copy color: '#E62325'

red 230 ◦ green 35 ◦ blue 37

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

Shades of Alizarin #E62325

Tints of Alizarin #E62325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 76.16%
G = 11.59%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E62325 (or 0xE62325) is known color: Alizarin. HEX triplet: E6, 23 and 25. RGB value is (230,35,37). Sum of RGB (Red+Green+Blue) = 230+35+37=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E62325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62325 is #19DCDA. Grayscale: #5D5D5D. Windows color (decimal): -1694939 or 2434022. OLE color: 2434022.

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

Color convert

RGB 230 35 37 -
CMYK 0 0.85 0.84 0.10
HSL 359.38º 0.8% 0.52% -
HSV(B) 359.38º 0.85% 0.9% -
XYZ 33.57 18.16 3.49 -
YUV 93.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 230 35 37 0 0.85 0.84 0.10 359.38 0.8 0.52
Hex E6 23 25 0 55 54 A 167 50 34
Octal 346 43 45 0 125 124 12 547 120 64
Binary 11100110 100011 100101 0 1010101 1010100 1010 101100111 1010000 110100

Color Harmonies of #E62325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62325

Black with #E62325

Text Example


Text Example

White with #E62325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62325; }

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

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

background-color css

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

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

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

border-color css

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

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

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