Html Css Color HEX #E72A29 Cinnabar

📋 copy color: '#E72A29'

red 231 ◦ green 42 ◦ blue 41

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

Shades of Cinnabar #E72A29

Tints of Cinnabar #E72A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 73.57%
G = 13.38%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E72A29 (or 0xE72A29) is known color: Cinnabar. HEX triplet: E7, 2A and 29. RGB value is (231,42,41). Sum of RGB (Red+Green+Blue) = 231+42+41=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A29 is #18D5D6. Grayscale: #626262. Windows color (decimal): -1627607 or 2697959. OLE color: 2697959.

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

Color convert

RGB 231 42 41 -
CMYK 0 0.82 0.82 0.09
HSL 0.32º 0.8% 0.53% -
HSV(B) 0.32º 0.82% 0.91% -
XYZ 34.18 18.8 3.93 -
YUV 98.4 95.62 222.58 -
System Red Green Blue C M Y K H S L
Decimal 231 42 41 0 0.82 0.82 0.09 0.32 0.8 0.53
Hex E7 2A 29 0 52 52 9 0 50 35
Octal 347 52 51 0 122 122 11 0 120 65
Binary 11100111 101010 101001 0 1010010 1010010 1001 0 1010000 110101

Color Harmonies of #E72A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72A29

Black with #E72A29

Text Example


Text Example

White with #E72A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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