Html Css Color HEX #E1401C Cinnabar

📋 copy color: '#E1401C'

red 225 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #E1401C

Tints of Cinnabar #E1401C

RGB

 RED value IS 225 (88.28% from 255) = 70.98%

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

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 70.98%
G = 20.19%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1401C (or 0xE1401C) is known color: Cinnabar. HEX triplet: E1, 40 and 1C. RGB value is (225,64,28). Sum of RGB (Red+Green+Blue) = 225+64+28=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1401C is #1EBFE3. Grayscale: #6C6C6C. Windows color (decimal): -2015204 or 1851617. OLE color: 1851617.

HSL color Cylindrical-coordinate representation of color #E1401C: hue angle of 10.96º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1401C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 28 -
CMYK 0 0.72 0.88 0.12
HSL 10.96º 0.78% 0.5% -
HSV(B) 10.96º 0.88% 0.88% -
XYZ 33.09 19.76 3.17 -
YUV 108.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 225 64 28 0 0.72 0.88 0.12 10.96 0.78 0.5
Hex E1 40 1C 0 48 58 C B 4E 32
Octal 341 100 34 0 110 130 14 13 116 62
Binary 11100001 1000000 11100 0 1001000 1011000 1100 1011 1001110 110010

Color Harmonies of #E1401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1401C

Black with #E1401C

Text Example


Text Example

White with #E1401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1401C; }

 p { color: rgb(225,64,28); }

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

background-color css

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

 a { background-color: rgb(225,64,28); }

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

border-color css

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

 span { border-color: rgb(225,64,28); }

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