Html Css Color HEX #E72A1C Cinnabar

📋 copy color: '#E72A1C'

red 231 ◦ green 42 ◦ blue 28

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

Shades of Cinnabar #E72A1C

Tints of Cinnabar #E72A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 76.74%
G = 13.95%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E72A1C (or 0xE72A1C) is known color: Cinnabar. HEX triplet: E7, 2A and 1C. RGB value is (231,42,28). Sum of RGB (Red+Green+Blue) = 231+42+28=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A1C is #18D5E3. Grayscale: #616161. Windows color (decimal): -1627620 or 1845991. OLE color: 1845991.

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

Color convert

RGB 231 42 28 -
CMYK 0 0.82 0.88 0.09
HSL 4.14º 0.81% 0.51% -
HSV(B) 4.14º 0.88% 0.91% -
XYZ 33.99 18.73 2.92 -
YUV 96.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 231 42 28 0 0.82 0.88 0.09 4.14 0.81 0.51
Hex E7 2A 1C 0 52 58 9 4 51 33
Octal 347 52 34 0 122 130 11 4 121 63
Binary 11100111 101010 11100 0 1010010 1011000 1001 100 1010001 110011

Color Harmonies of #E72A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72A1C

Black with #E72A1C

Text Example


Text Example

White with #E72A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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