Html Css Color HEX #E2403D Cinnabar

📋 copy color: '#E2403D'

red 226 ◦ green 64 ◦ blue 61

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

Shades of Cinnabar #E2403D

Tints of Cinnabar #E2403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

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

R = 64.39%
G = 18.23%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2403D (or 0xE2403D) is known color: Cinnabar. HEX triplet: E2, 40 and 3D. RGB value is (226,64,61). Sum of RGB (Red+Green+Blue) = 226+64+61=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2403D is #1DBFC2. Grayscale: #707070. Windows color (decimal): -1949635 or 4014306. OLE color: 4014306.

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

Color convert

RGB 226 64 61 -
CMYK 0 0.72 0.73 0.11
HSL 1.09º 0.74% 0.56% -
HSV(B) 1.09º 0.73% 0.89% -
XYZ 34.04 20.17 6.51 -
YUV 112.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 226 64 61 0 0.72 0.73 0.11 1.09 0.74 0.56
Hex E2 40 3D 0 48 49 B 1 4A 38
Octal 342 100 75 0 110 111 13 1 112 70
Binary 11100010 1000000 111101 0 1001000 1001001 1011 1 1001010 111000

Color Harmonies of #E2403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2403D

Black with #E2403D

Text Example


Text Example

White with #E2403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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