Html Css Color HEX #E2442B Cinnabar

📋 copy color: '#E2442B'

red 226 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #E2442B

Tints of Cinnabar #E2442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

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

R = 67.06%
G = 20.18%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2442B (or 0xE2442B) is known color: Cinnabar. HEX triplet: E2, 44 and 2B. RGB value is (226,68,43). Sum of RGB (Red+Green+Blue) = 226+68+43=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2442B is #1DBBD4. Grayscale: #707070. Windows color (decimal): -1948629 or 2835682. OLE color: 2835682.

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

Color convert

RGB 226 68 43 -
CMYK 0 0.70 0.81 0.11
HSL 8.2º 0.76% 0.53% -
HSV(B) 8.2º 0.81% 0.89% -
XYZ 33.87 20.48 4.45 -
YUV 112.39 88.85 209.03 -
System Red Green Blue C M Y K H S L
Decimal 226 68 43 0 0.70 0.81 0.11 8.2 0.76 0.53
Hex E2 44 2B 0 46 51 B 8 4C 35
Octal 342 104 53 0 106 121 13 10 114 65
Binary 11100010 1000100 101011 0 1000110 1010001 1011 1000 1001100 110101

Color Harmonies of #E2442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2442B

Black with #E2442B

Text Example


Text Example

White with #E2442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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