Html Css Color HEX #E12E2A Cinnabar

📋 copy color: '#E12E2A'

red 225 ◦ green 46 ◦ blue 42

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

Shades of Cinnabar #E12E2A

Tints of Cinnabar #E12E2A

RGB

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

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

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

R = 71.88%
G = 14.7%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E12E2A (or 0xE12E2A) is known color: Cinnabar. HEX triplet: E1, 2E and 2A. RGB value is (225,46,42). Sum of RGB (Red+Green+Blue) = 225+46+42=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E2A is #1ED1D5. Grayscale: #636363. Windows color (decimal): -2019798 or 2764513. OLE color: 2764513.

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

Color convert

RGB 225 46 42 -
CMYK 0 0.80 0.81 0.12
HSL 1.31º 0.75% 0.52% -
HSV(B) 1.31º 0.81% 0.88% -
XYZ 32.45 18.13 3.98 -
YUV 99.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 225 46 42 0 0.80 0.81 0.12 1.31 0.75 0.52
Hex E1 2E 2A 0 50 51 C 1 4B 34
Octal 341 56 52 0 120 121 14 1 113 64
Binary 11100001 101110 101010 0 1010000 1010001 1100 1 1001011 110100

Color Harmonies of #E12E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E2A

Black with #E12E2A

Text Example


Text Example

White with #E12E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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