Html Css Color HEX #E2513D Cinnabar

📋 copy color: '#E2513D'

red 226 ◦ green 81 ◦ blue 61

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

Shades of Cinnabar #E2513D

Tints of Cinnabar #E2513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 61.41%
G = 22.01%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2513D (or 0xE2513D) is known color: Cinnabar. HEX triplet: E2, 51 and 3D. RGB value is (226,81,61). Sum of RGB (Red+Green+Blue) = 226+81+61=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2513D is #1DAEC2. Grayscale: #7A7A7A. Windows color (decimal): -1945283 or 4018658. OLE color: 4018658.

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

Color convert

RGB 226 81 61 -
CMYK 0 0.64 0.73 0.11
HSL 7.27º 0.74% 0.56% -
HSV(B) 7.27º 0.73% 0.89% -
XYZ 35.15 22.39 6.88 -
YUV 122.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 226 81 61 0 0.64 0.73 0.11 7.27 0.74 0.56
Hex E2 51 3D 0 40 49 B 7 4A 38
Octal 342 121 75 0 100 111 13 7 112 70
Binary 11100010 1010001 111101 0 1000000 1001001 1011 111 1001010 111000

Color Harmonies of #E2513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2513D

Black with #E2513D

Text Example


Text Example

White with #E2513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2513D; }

 p { color: rgb(226,81,61); }

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

background-color css

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

 a { background-color: rgb(226,81,61); }

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

border-color css

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

 span { border-color: rgb(226,81,61); }

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