Html Css Color HEX #E1381D Cinnabar

📋 copy color: '#E1381D'

red 225 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #E1381D

Tints of Cinnabar #E1381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 72.58%
G = 18.06%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1381D (or 0xE1381D) is known color: Cinnabar. HEX triplet: E1, 38 and 1D. RGB value is (225,56,29). Sum of RGB (Red+Green+Blue) = 225+56+29=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1381D is #1EC7E2. Grayscale: #676767. Windows color (decimal): -2017251 or 1915105. OLE color: 1915105.

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

Color convert

RGB 225 56 29 -
CMYK 0 0.75 0.87 0.12
HSL 8.27º 0.77% 0.5% -
HSV(B) 8.27º 0.87% 0.88% -
XYZ 32.69 18.92 3.09 -
YUV 103.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 225 56 29 0 0.75 0.87 0.12 8.27 0.77 0.5
Hex E1 38 1D 0 4B 57 C 8 4D 32
Octal 341 70 35 0 113 127 14 10 115 62
Binary 11100001 111000 11101 0 1001011 1010111 1100 1000 1001101 110010

Color Harmonies of #E1381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1381D

Black with #E1381D

Text Example


Text Example

White with #E1381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1381D; }

 p { color: rgb(225,56,29); }

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

background-color css

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

 a { background-color: rgb(225,56,29); }

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

border-color css

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

 span { border-color: rgb(225,56,29); }

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