Html Css Color HEX #E2503C Cinnabar

📋 copy color: '#E2503C'

red 226 ◦ green 80 ◦ blue 60

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

Shades of Cinnabar #E2503C

Tints of Cinnabar #E2503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 60 (23.83% from 255) = 16.39%

R = 61.75%
G = 21.86%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2503C (or 0xE2503C) is known color: Cinnabar. HEX triplet: E2, 50 and 3C. RGB value is (226,80,60). Sum of RGB (Red+Green+Blue) = 226+80+60=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2503C is #1DAFC3. Grayscale: #797979. Windows color (decimal): -1945540 or 3952866. OLE color: 3952866.

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

Color convert

RGB 226 80 60 -
CMYK 0 0.65 0.73 0.11
HSL 7.23º 0.74% 0.56% -
HSV(B) 7.23º 0.73% 0.89% -
XYZ 35.05 22.23 6.72 -
YUV 121.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 226 80 60 0 0.65 0.73 0.11 7.23 0.74 0.56
Hex E2 50 3C 0 41 49 B 7 4A 38
Octal 342 120 74 0 101 111 13 7 112 70
Binary 11100010 1010000 111100 0 1000001 1001001 1011 111 1001010 111000

Color Harmonies of #E2503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2503C

Black with #E2503C

Text Example


Text Example

White with #E2503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2503C; }

 p { color: rgb(226,80,60); }

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

background-color css

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

 a { background-color: rgb(226,80,60); }

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

border-color css

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

 span { border-color: rgb(226,80,60); }

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