Html Css Color HEX #E7331C Cinnabar

📋 copy color: '#E7331C'

red 231 ◦ green 51 ◦ blue 28

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

Shades of Cinnabar #E7331C

Tints of Cinnabar #E7331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 74.52%
G = 16.45%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7331C (or 0xE7331C) is known color: Cinnabar. HEX triplet: E7, 33 and 1C. RGB value is (231,51,28). Sum of RGB (Red+Green+Blue) = 231+51+28=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7331C is #18CCE3. Grayscale: #666666. Windows color (decimal): -1625316 or 1848295. OLE color: 1848295.

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

Color convert

RGB 231 51 28 -
CMYK 0 0.78 0.88 0.09
HSL 6.8º 0.81% 0.51% -
HSV(B) 6.8º 0.88% 0.91% -
XYZ 34.35 19.44 3.04 -
YUV 102.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 231 51 28 0 0.78 0.88 0.09 6.8 0.81 0.51
Hex E7 33 1C 0 4E 58 9 7 51 33
Octal 347 63 34 0 116 130 11 7 121 63
Binary 11100111 110011 11100 0 1001110 1011000 1001 111 1010001 110011

Color Harmonies of #E7331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7331C

Black with #E7331C

Text Example


Text Example

White with #E7331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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