Html Css Color HEX #E1152A Crimson

📋 copy color: '#E1152A'

red 225 ◦ green 21 ◦ blue 42

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

Shades of Crimson #E1152A

Tints of Crimson #E1152A

RGB

 RED value IS 225 (88.28% from 255) = 78.13%

 GREEN value IS 21 (8.59% from 255) = 7.29%

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

R = 78.13%
G = 7.29%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1152A (or 0xE1152A) is known color: Crimson. HEX triplet: E1, 15 and 2A. RGB value is (225,21,42). Sum of RGB (Red+Green+Blue) = 225+21+42=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1152A is #1EEAD5. Grayscale: #545454. Windows color (decimal): -2026198 or 2758113. OLE color: 2758113.

HSL color Cylindrical-coordinate representation of color #E1152A: hue angle of 353.82º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1152A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 42 -
CMYK 0 0.91 0.81 0.12
HSL 353.82º 0.83% 0.48% -
HSV(B) 353.82º 0.91% 0.88% -
XYZ 31.74 16.71 3.74 -
YUV 84.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 225 21 42 0 0.91 0.81 0.12 353.82 0.83 0.48
Hex E1 15 2A 0 5B 51 C 162 53 30
Octal 341 25 52 0 133 121 14 542 123 60
Binary 11100001 10101 101010 0 1011011 1010001 1100 101100010 1010011 110000

Color Harmonies of #E1152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1152A

Black with #E1152A

Text Example


Text Example

White with #E1152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1152A; }

 p { color: rgb(225,21,42); }

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

background-color css

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

 a { background-color: rgb(225,21,42); }

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

border-color css

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

 span { border-color: rgb(225,21,42); }

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