Html Css Color HEX #E7381C Cinnabar

📋 copy color: '#E7381C'

red 231 ◦ green 56 ◦ blue 28

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

Shades of Cinnabar #E7381C

Tints of Cinnabar #E7381C

RGB

 RED value IS 231 (90.63% from 255) = 73.33%

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 73.33%
G = 17.78%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7381C (or 0xE7381C) is known color: Cinnabar. HEX triplet: E7, 38 and 1C. RGB value is (231,56,28). Sum of RGB (Red+Green+Blue) = 231+56+28=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7381C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7381C is #18C7E3. Grayscale: #696969. Windows color (decimal): -1624036 or 1849575. OLE color: 1849575.

HSL color Cylindrical-coordinate representation of color #E7381C: hue angle of 8.28º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7381C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 56 28 -
CMYK 0 0.76 0.88 0.09
HSL 8.28º 0.81% 0.51% -
HSV(B) 8.28º 0.88% 0.91% -
XYZ 34.58 19.9 3.12 -
YUV 105.13 84.48 217.78 -
System Red Green Blue C M Y K H S L
Decimal 231 56 28 0 0.76 0.88 0.09 8.28 0.81 0.51
Hex E7 38 1C 0 4C 58 9 8 51 33
Octal 347 70 34 0 114 130 11 10 121 63
Binary 11100111 111000 11100 0 1001100 1011000 1001 1000 1010001 110011

Color Harmonies of #E7381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7381C

Black with #E7381C

Text Example


Text Example

White with #E7381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7381C; }

 p { color: rgb(231,56,28); }

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

background-color css

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

 a { background-color: rgb(231,56,28); }

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

border-color css

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

 span { border-color: rgb(231,56,28); }

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