Html Css Color HEX #E72A1D Cinnabar

📋 copy color: '#E72A1D'

red 231 ◦ green 42 ◦ blue 29

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

Shades of Cinnabar #E72A1D

Tints of Cinnabar #E72A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 76.49%
G = 13.91%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E72A1D (or 0xE72A1D) is known color: Cinnabar. HEX triplet: E7, 2A and 1D. RGB value is (231,42,29). Sum of RGB (Red+Green+Blue) = 231+42+29=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A1D is #18D5E2. Grayscale: #616161. Windows color (decimal): -1627619 or 1911527. OLE color: 1911527.

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

Color convert

RGB 231 42 29 -
CMYK 0 0.82 0.87 0.09
HSL 3.86º 0.81% 0.51% -
HSV(B) 3.86º 0.87% 0.91% -
XYZ 34 18.73 2.99 -
YUV 97.03 89.62 223.56 -
System Red Green Blue C M Y K H S L
Decimal 231 42 29 0 0.82 0.87 0.09 3.86 0.81 0.51
Hex E7 2A 1D 0 52 57 9 4 51 33
Octal 347 52 35 0 122 127 11 4 121 63
Binary 11100111 101010 11101 0 1010010 1010111 1001 100 1010001 110011

Color Harmonies of #E72A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72A1D

Black with #E72A1D

Text Example


Text Example

White with #E72A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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