Html Css Color HEX #E72C2A Cinnabar

📋 copy color: '#E72C2A'

red 231 ◦ green 44 ◦ blue 42

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

Shades of Cinnabar #E72C2A

Tints of Cinnabar #E72C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

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

R = 72.87%
G = 13.88%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E72C2A (or 0xE72C2A) is known color: Cinnabar. HEX triplet: E7, 2C and 2A. RGB value is (231,44,42). Sum of RGB (Red+Green+Blue) = 231+44+42=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E72C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72C2A is #18D3D5. Grayscale: #636363. Windows color (decimal): -1627094 or 2764007. OLE color: 2764007.

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

Color convert

RGB 231 44 42 -
CMYK 0 0.81 0.82 0.09
HSL 0.63º 0.8% 0.54% -
HSV(B) 0.63º 0.82% 0.91% -
XYZ 34.27 18.96 4.04 -
YUV 99.69 95.45 221.66 -
System Red Green Blue C M Y K H S L
Decimal 231 44 42 0 0.81 0.82 0.09 0.63 0.8 0.54
Hex E7 2C 2A 0 51 52 9 1 50 36
Octal 347 54 52 0 121 122 11 1 120 66
Binary 11100111 101100 101010 0 1010001 1010010 1001 1 1010000 110110

Color Harmonies of #E72C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72C2A

Black with #E72C2A

Text Example


Text Example

White with #E72C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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