Html Css Color HEX #E52E2E Cinnabar

📋 copy color: '#E52E2E'

red 229 ◦ green 46 ◦ blue 46

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

Shades of Cinnabar #E52E2E

Tints of Cinnabar #E52E2E

RGB

 RED value IS 229 (89.84% from 255) = 71.34%

 GREEN value IS 46 (18.36% from 255) = 14.33%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 71.34%
G = 14.33%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E52E2E (or 0xE52E2E) is known color: Cinnabar. HEX triplet: E5, 2E and 2E. RGB value is (229,46,46). Sum of RGB (Red+Green+Blue) = 229+46+46=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E2E is #1AD1D1. Grayscale: #646464. Windows color (decimal): -1757650 or 3026661. OLE color: 3026661.

HSL color Cylindrical-coordinate representation of color #E52E2E: hue angle of 0º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E2E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 46 46 -
CMYK 0 0.80 0.80 0.10
HSL 0.78% 0.54% -
HSV(B) 0.8% 0.9% -
XYZ 33.78 18.81 4.43 -
YUV 100.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 229 46 46 0 0.80 0.80 0.10 0 0.78 0.54
Hex E5 2E 2E 0 50 50 A 0 4E 36
Octal 345 56 56 0 120 120 12 0 116 66
Binary 11100101 101110 101110 0 1010000 1010000 1010 0 1001110 110110

Color Harmonies of #E52E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52E2E

Black with #E52E2E

Text Example


Text Example

White with #E52E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52E2E; }

 p { color: rgb(229,46,46); }

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

background-color css

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

 a { background-color: rgb(229,46,46); }

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

border-color css

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

 span { border-color: rgb(229,46,46); }

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