Html Css Color HEX #E7382C Cinnabar

📋 copy color: '#E7382C'

red 231 ◦ green 56 ◦ blue 44

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

Shades of Cinnabar #E7382C

Tints of Cinnabar #E7382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 69.79%
G = 16.92%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7382C (or 0xE7382C) is known color: Cinnabar. HEX triplet: E7, 38 and 2C. RGB value is (231,56,44). Sum of RGB (Red+Green+Blue) = 231+56+44=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7382C is #18C7D3. Grayscale: #6B6B6B. Windows color (decimal): -1624020 or 2898151. OLE color: 2898151.

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

Color convert

RGB 231 56 44 -
CMYK 0 0.76 0.81 0.09
HSL 3.85º 0.8% 0.54% -
HSV(B) 3.85º 0.81% 0.91% -
XYZ 34.82 20 4.41 -
YUV 106.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 231 56 44 0 0.76 0.81 0.09 3.85 0.8 0.54
Hex E7 38 2C 0 4C 51 9 4 50 36
Octal 347 70 54 0 114 121 11 4 120 66
Binary 11100111 111000 101100 0 1001100 1010001 1001 100 1010000 110110

Color Harmonies of #E7382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7382C

Black with #E7382C

Text Example


Text Example

White with #E7382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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