Html Css Color HEX #E7352A Cinnabar

📋 copy color: '#E7352A'

red 231 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #E7352A

Tints of Cinnabar #E7352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 70.86%
G = 16.26%
B = 12.88%

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

#E7352A (or 0xE7352A) is known color: Cinnabar. HEX triplet: E7, 35 and 2A. RGB value is (231,53,42). Sum of RGB (Red+Green+Blue) = 231+53+42=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7352A is #18CAD5. Grayscale: #696969. Windows color (decimal): -1624790 or 2766311. OLE color: 2766311.

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

Color convert

RGB 231 53 42 -
CMYK 0 0.77 0.82 0.09
HSL 3.49º 0.8% 0.54% -
HSV(B) 3.49º 0.82% 0.91% -
XYZ 34.65 19.7 4.17 -
YUV 104.97 92.47 217.89 -
System Red Green Blue C M Y K H S L
Decimal 231 53 42 0 0.77 0.82 0.09 3.49 0.8 0.54
Hex E7 35 2A 0 4D 52 9 3 50 36
Octal 347 65 52 0 115 122 11 3 120 66
Binary 11100111 110101 101010 0 1001101 1010010 1001 11 1010000 110110

Color Harmonies of #E7352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7352A

Black with #E7352A

Text Example


Text Example

White with #E7352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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