Html Css Color HEX #E2512A Cinnabar

📋 copy color: '#E2512A'

red 226 ◦ green 81 ◦ blue 42

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

Shades of Cinnabar #E2512A

Tints of Cinnabar #E2512A

RGB

 RED value IS 226 (88.67% from 255) = 64.76%

 GREEN value IS 81 (32.03% from 255) = 23.21%

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

R = 64.76%
G = 23.21%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2512A (or 0xE2512A) is known color: Cinnabar. HEX triplet: E2, 51 and 2A. RGB value is (226,81,42). Sum of RGB (Red+Green+Blue) = 226+81+42=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E2512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2512A is #1DAED5. Grayscale: #787878. Windows color (decimal): -1945302 or 2773474. OLE color: 2773474.

HSL color Cylindrical-coordinate representation of color #E2512A: hue angle of 12.72º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2512A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 42 -
CMYK 0 0.64 0.81 0.11
HSL 12.72º 0.76% 0.53% -
HSV(B) 12.72º 0.81% 0.89% -
XYZ 34.72 22.22 4.65 -
YUV 119.91 84.04 203.67 -
System Red Green Blue C M Y K H S L
Decimal 226 81 42 0 0.64 0.81 0.11 12.72 0.76 0.53
Hex E2 51 2A 0 40 51 B D 4C 35
Octal 342 121 52 0 100 121 13 15 114 65
Binary 11100010 1010001 101010 0 1000000 1010001 1011 1101 1001100 110101

Color Harmonies of #E2512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2512A

Black with #E2512A

Text Example


Text Example

White with #E2512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2512A; }

 p { color: rgb(226,81,42); }

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

background-color css

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

 a { background-color: rgb(226,81,42); }

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

border-color css

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

 span { border-color: rgb(226,81,42); }

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