Html Css Color HEX #E2563B Cinnabar

📋 copy color: '#E2563B'

red 226 ◦ green 86 ◦ blue 59

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

Shades of Cinnabar #E2563B

Tints of Cinnabar #E2563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 60.92%
G = 23.18%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2563B (or 0xE2563B) is known color: Cinnabar. HEX triplet: E2, 56 and 3B. RGB value is (226,86,59). Sum of RGB (Red+Green+Blue) = 226+86+59=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2563B is #1DA9C4. Grayscale: #7D7D7D. Windows color (decimal): -1944005 or 3888866. OLE color: 3888866.

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

Color convert

RGB 226 86 59 -
CMYK 0 0.62 0.74 0.11
HSL 9.7º 0.74% 0.56% -
HSV(B) 9.7º 0.74% 0.89% -
XYZ 35.48 23.14 6.73 -
YUV 124.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 226 86 59 0 0.62 0.74 0.11 9.7 0.74 0.56
Hex E2 56 3B 0 3E 4A B A 4A 38
Octal 342 126 73 0 76 112 13 12 112 70
Binary 11100010 1010110 111011 0 111110 1001010 1011 1010 1001010 111000

Color Harmonies of #E2563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2563B

Black with #E2563B

Text Example


Text Example

White with #E2563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2563B; }

 p { color: rgb(226,86,59); }

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

background-color css

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

 a { background-color: rgb(226,86,59); }

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

border-color css

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

 span { border-color: rgb(226,86,59); }

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