Html Css Color HEX #E72B2A Cinnabar

📋 copy color: '#E72B2A'

red 231 ◦ green 43 ◦ blue 42

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

Shades of Cinnabar #E72B2A

Tints of Cinnabar #E72B2A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 73.1%
G = 13.61%
B = 13.29%

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

#E72B2A (or 0xE72B2A) is known color: Cinnabar. HEX triplet: E7, 2B and 2A. RGB value is (231,43,42). Sum of RGB (Red+Green+Blue) = 231+43+42=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72B2A is #18D4D5. Grayscale: #636363. Windows color (decimal): -1627350 or 2763751. OLE color: 2763751.

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

Color convert

RGB 231 43 42 -
CMYK 0 0.81 0.82 0.09
HSL 0.32º 0.8% 0.54% -
HSV(B) 0.32º 0.82% 0.91% -
XYZ 34.24 18.88 4.03 -
YUV 99.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 231 43 42 0 0.81 0.82 0.09 0.32 0.8 0.54
Hex E7 2B 2A 0 51 52 9 0 50 36
Octal 347 53 52 0 121 122 11 0 120 66
Binary 11100111 101011 101010 0 1010001 1010010 1001 0 1010000 110110

Color Harmonies of #E72B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72B2A

Black with #E72B2A

Text Example


Text Example

White with #E72B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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