Html Css Color HEX #E2443A Cinnabar

📋 copy color: '#E2443A'

red 226 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #E2443A

Tints of Cinnabar #E2443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 64.2%
G = 19.32%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2443A (or 0xE2443A) is known color: Cinnabar. HEX triplet: E2, 44 and 3A. RGB value is (226,68,58). Sum of RGB (Red+Green+Blue) = 226+68+58=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2443A is #1DBBC5. Grayscale: #727272. Windows color (decimal): -1948614 or 3818722. OLE color: 3818722.

HSL color Cylindrical-coordinate representation of color #E2443A: hue angle of 3.57º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2443A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 68 58 -
CMYK 0 0.70 0.74 0.11
HSL 3.57º 0.74% 0.56% -
HSV(B) 3.57º 0.74% 0.89% -
XYZ 34.19 20.61 6.18 -
YUV 114.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 226 68 58 0 0.70 0.74 0.11 3.57 0.74 0.56
Hex E2 44 3A 0 46 4A B 4 4A 38
Octal 342 104 72 0 106 112 13 4 112 70
Binary 11100010 1000100 111010 0 1000110 1001010 1011 100 1001010 111000

Color Harmonies of #E2443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2443A

Black with #E2443A

Text Example


Text Example

White with #E2443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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