Html Css Color HEX #E1401F Cinnabar

📋 copy color: '#E1401F'

red 225 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #E1401F

Tints of Cinnabar #E1401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 70.31%
G = 20%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1401F (or 0xE1401F) is known color: Cinnabar. HEX triplet: E1, 40 and 1F. RGB value is (225,64,31). Sum of RGB (Red+Green+Blue) = 225+64+31=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1401F is #1EBFE0. Grayscale: #6C6C6C. Windows color (decimal): -2015201 or 2048225. OLE color: 2048225.

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

Color convert

RGB 225 64 31 -
CMYK 0 0.72 0.86 0.12
HSL 10.21º 0.76% 0.5% -
HSV(B) 10.21º 0.86% 0.88% -
XYZ 33.13 19.77 3.37 -
YUV 108.38 84.34 211.18 -
System Red Green Blue C M Y K H S L
Decimal 225 64 31 0 0.72 0.86 0.12 10.21 0.76 0.5
Hex E1 40 1F 0 48 56 C A 4C 32
Octal 341 100 37 0 110 126 14 12 114 62
Binary 11100001 1000000 11111 0 1001000 1010110 1100 1010 1001100 110010

Color Harmonies of #E1401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1401F

Black with #E1401F

Text Example


Text Example

White with #E1401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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