Html Css Color HEX #E2382B Cinnabar

📋 copy color: '#E2382B'

red 226 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #E2382B

Tints of Cinnabar #E2382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 69.54%
G = 17.23%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2382B (or 0xE2382B) is known color: Cinnabar. HEX triplet: E2, 38 and 2B. RGB value is (226,56,43). Sum of RGB (Red+Green+Blue) = 226+56+43=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2382B is #1DC7D4. Grayscale: #696969. Windows color (decimal): -1951701 or 2832610. OLE color: 2832610.

HSL color Cylindrical-coordinate representation of color #E2382B: hue angle of 4.26º 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 #E2382B is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 56 43 -
CMYK 0 0.75 0.81 0.11
HSL 4.26º 0.76% 0.53% -
HSV(B) 4.26º 0.81% 0.89% -
XYZ 33.21 19.17 4.24 -
YUV 105.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 226 56 43 0 0.75 0.81 0.11 4.26 0.76 0.53
Hex E2 38 2B 0 4B 51 B 4 4C 35
Octal 342 70 53 0 113 121 13 4 114 65
Binary 11100010 111000 101011 0 1001011 1010001 1011 100 1001100 110101

Color Harmonies of #E2382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2382B

Black with #E2382B

Text Example


Text Example

White with #E2382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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