Html Css Color HEX #E1401B Cinnabar

📋 copy color: '#E1401B'

red 225 ◦ green 64 ◦ blue 27

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

Shades of Cinnabar #E1401B

Tints of Cinnabar #E1401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 71.2%
G = 20.25%
B = 8.54%

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

#E1401B (or 0xE1401B) is known color: Cinnabar. HEX triplet: E1, 40 and 1B. RGB value is (225,64,27). Sum of RGB (Red+Green+Blue) = 225+64+27=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E1401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1401B is #1EBFE4. Grayscale: #6C6C6C. Windows color (decimal): -2015205 or 1786081. OLE color: 1786081.

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

Color convert

RGB 225 64 27 -
CMYK 0 0.72 0.88 0.12
HSL 11.21º 0.79% 0.49% -
HSV(B) 11.21º 0.88% 0.88% -
XYZ 33.08 19.75 3.11 -
YUV 107.92 82.34 211.51 -
System Red Green Blue C M Y K H S L
Decimal 225 64 27 0 0.72 0.88 0.12 11.21 0.79 0.49
Hex E1 40 1B 0 48 58 C B 4F 31
Octal 341 100 33 0 110 130 14 13 117 61
Binary 11100001 1000000 11011 0 1001000 1011000 1100 1011 1001111 110001

Color Harmonies of #E1401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1401B

Black with #E1401B

Text Example


Text Example

White with #E1401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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