Html Css Color HEX #E7381B Cinnabar

📋 copy color: '#E7381B'

red 231 ◦ green 56 ◦ blue 27

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

Shades of Cinnabar #E7381B

Tints of Cinnabar #E7381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 73.57%
G = 17.83%
B = 8.6%

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

#E7381B (or 0xE7381B) is known color: Cinnabar. HEX triplet: E7, 38 and 1B. RGB value is (231,56,27). Sum of RGB (Red+Green+Blue) = 231+56+27=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7381B is #18C7E4. Grayscale: #696969. Windows color (decimal): -1624037 or 1784039. OLE color: 1784039.

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

Color convert

RGB 231 56 27 -
CMYK 0 0.76 0.88 0.09
HSL 8.53º 0.81% 0.51% -
HSV(B) 8.53º 0.88% 0.91% -
XYZ 34.57 19.9 3.06 -
YUV 105.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 231 56 27 0 0.76 0.88 0.09 8.53 0.81 0.51
Hex E7 38 1B 0 4C 58 9 9 51 33
Octal 347 70 33 0 114 130 11 11 121 63
Binary 11100111 111000 11011 0 1001100 1011000 1001 1001 1010001 110011

Color Harmonies of #E7381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7381B

Black with #E7381B

Text Example


Text Example

White with #E7381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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