Html Css Color HEX #E7362A Cinnabar

📋 copy color: '#E7362A'

red 231 ◦ green 54 ◦ blue 42

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

Shades of Cinnabar #E7362A

Tints of Cinnabar #E7362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 70.64%
G = 16.51%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7362A (or 0xE7362A) is known color: Cinnabar. HEX triplet: E7, 36 and 2A. RGB value is (231,54,42). Sum of RGB (Red+Green+Blue) = 231+54+42=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7362A is #18C9D5. Grayscale: #696969. Windows color (decimal): -1624534 or 2766567. OLE color: 2766567.

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

Color convert

RGB 231 54 42 -
CMYK 0 0.77 0.82 0.09
HSL 3.81º 0.8% 0.54% -
HSV(B) 3.81º 0.82% 0.91% -
XYZ 34.69 19.79 4.18 -
YUV 105.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 231 54 42 0 0.77 0.82 0.09 3.81 0.8 0.54
Hex E7 36 2A 0 4D 52 9 4 50 36
Octal 347 66 52 0 115 122 11 4 120 66
Binary 11100111 110110 101010 0 1001101 1010010 1001 100 1010000 110110

Color Harmonies of #E7362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7362A

Black with #E7362A

Text Example


Text Example

White with #E7362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7362A; }

 p { color: rgb(231,54,42); }

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

background-color css

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

 a { background-color: rgb(231,54,42); }

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

border-color css

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

 span { border-color: rgb(231,54,42); }

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