Html Css Color HEX #E2401D Cinnabar

📋 copy color: '#E2401D'

red 226 ◦ green 64 ◦ blue 29

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

Shades of Cinnabar #E2401D

Tints of Cinnabar #E2401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 70.85%
G = 20.06%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2401D (or 0xE2401D) is known color: Cinnabar. HEX triplet: E2, 40 and 1D. RGB value is (226,64,29). Sum of RGB (Red+Green+Blue) = 226+64+29=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E2401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2401D is #1DBFE2. Grayscale: #6C6C6C. Windows color (decimal): -1949667 or 1917154. OLE color: 1917154.

HSL color Cylindrical-coordinate representation of color #E2401D: hue angle of 10.66º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2401D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 29 -
CMYK 0 0.72 0.87 0.11
HSL 10.66º 0.77% 0.5% -
HSV(B) 10.66º 0.87% 0.89% -
XYZ 33.42 19.92 3.25 -
YUV 108.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 226 64 29 0 0.72 0.87 0.11 10.66 0.77 0.5
Hex E2 40 1D 0 48 57 B B 4D 32
Octal 342 100 35 0 110 127 13 13 115 62
Binary 11100010 1000000 11101 0 1001000 1010111 1011 1011 1001101 110010

Color Harmonies of #E2401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2401D

Black with #E2401D

Text Example


Text Example

White with #E2401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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