Html Css Color HEX #E1371F Cinnabar

📋 copy color: '#E1371F'

red 225 ◦ green 55 ◦ blue 31

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

Shades of Cinnabar #E1371F

Tints of Cinnabar #E1371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 72.35%
G = 17.68%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1371F (or 0xE1371F) is known color: Cinnabar. HEX triplet: E1, 37 and 1F. RGB value is (225,55,31). Sum of RGB (Red+Green+Blue) = 225+55+31=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E1371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1371F is #1EC8E0. Grayscale: #676767. Windows color (decimal): -2017505 or 2045921. OLE color: 2045921.

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

Color convert

RGB 225 55 31 -
CMYK 0 0.76 0.86 0.12
HSL 7.42º 0.76% 0.5% -
HSV(B) 7.42º 0.86% 0.88% -
XYZ 32.66 18.84 3.21 -
YUV 103.09 87.32 214.95 -
System Red Green Blue C M Y K H S L
Decimal 225 55 31 0 0.76 0.86 0.12 7.42 0.76 0.5
Hex E1 37 1F 0 4C 56 C 7 4C 32
Octal 341 67 37 0 114 126 14 7 114 62
Binary 11100001 110111 11111 0 1001100 1010110 1100 111 1001100 110010

Color Harmonies of #E1371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1371F

Black with #E1371F

Text Example


Text Example

White with #E1371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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