Html Css Color HEX #E2381C Cinnabar

📋 copy color: '#E2381C'

red 226 ◦ green 56 ◦ blue 28

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

Shades of Cinnabar #E2381C

Tints of Cinnabar #E2381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 72.9%
G = 18.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2381C (or 0xE2381C) is known color: Cinnabar. HEX triplet: E2, 38 and 1C. RGB value is (226,56,28). Sum of RGB (Red+Green+Blue) = 226+56+28=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E2381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2381C is #1DC7E3. Grayscale: #676767. Windows color (decimal): -1951716 or 1849570. OLE color: 1849570.

HSL color Cylindrical-coordinate representation of color #E2381C: hue angle of 8.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2381C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 56 28 -
CMYK 0 0.75 0.88 0.11
HSL 8.48º 0.78% 0.5% -
HSV(B) 8.48º 0.88% 0.89% -
XYZ 32.99 19.08 3.04 -
YUV 103.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 226 56 28 0 0.75 0.88 0.11 8.48 0.78 0.5
Hex E2 38 1C 0 4B 58 B 8 4E 32
Octal 342 70 34 0 113 130 13 10 116 62
Binary 11100010 111000 11100 0 1001011 1011000 1011 1000 1001110 110010

Color Harmonies of #E2381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2381C

Black with #E2381C

Text Example


Text Example

White with #E2381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2381C; }

 p { color: rgb(226,56,28); }

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

background-color css

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

 a { background-color: rgb(226,56,28); }

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

border-color css

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

 span { border-color: rgb(226,56,28); }

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