Html Css Color HEX #E1411A Cinnabar

📋 copy color: '#E1411A'

red 225 ◦ green 65 ◦ blue 26

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

Shades of Cinnabar #E1411A

Tints of Cinnabar #E1411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 71.2%
G = 20.57%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1411A (or 0xE1411A) is known color: Cinnabar. HEX triplet: E1, 41 and 1A. RGB value is (225,65,26). Sum of RGB (Red+Green+Blue) = 225+65+26=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E1411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1411A is #1EBEE5. Grayscale: #6C6C6C. Windows color (decimal): -2014950 or 1720801. OLE color: 1720801.

HSL color Cylindrical-coordinate representation of color #E1411A: hue angle of 11.76º 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 #E1411A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 26 -
CMYK 0 0.71 0.88 0.12
HSL 11.76º 0.79% 0.49% -
HSV(B) 11.76º 0.88% 0.88% -
XYZ 33.13 19.86 3.07 -
YUV 108.39 81.51 211.17 -
System Red Green Blue C M Y K H S L
Decimal 225 65 26 0 0.71 0.88 0.12 11.76 0.79 0.49
Hex E1 41 1A 0 47 58 C C 4F 31
Octal 341 101 32 0 107 130 14 14 117 61
Binary 11100001 1000001 11010 0 1000111 1011000 1100 1100 1001111 110001

Color Harmonies of #E1411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1411A

Black with #E1411A

Text Example


Text Example

White with #E1411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1411A; }

 p { color: rgb(225,65,26); }

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

background-color css

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

 a { background-color: rgb(225,65,26); }

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

border-color css

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

 span { border-color: rgb(225,65,26); }

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