Html Css Color HEX #E93529 Cinnabar

📋 copy color: '#E93529'

red 233 ◦ green 53 ◦ blue 41

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

Shades of Cinnabar #E93529

Tints of Cinnabar #E93529

RGB

 RED value IS 233 (91.41% from 255) = 71.25%

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 71.25%
G = 16.21%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E93529 (or 0xE93529) is known color: Cinnabar. HEX triplet: E9, 35 and 29. RGB value is (233,53,41). Sum of RGB (Red+Green+Blue) = 233+53+41=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E93529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93529 is #16CAD6. Grayscale: #696969. Windows color (decimal): -1493719 or 2700777. OLE color: 2700777.

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

Color convert

RGB 233 53 41 -
CMYK 0 0.77 0.82 0.09
HSL 3.75º 0.81% 0.54% -
HSV(B) 3.75º 0.82% 0.91% -
XYZ 35.28 20.03 4.1 -
YUV 105.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 233 53 41 0 0.77 0.82 0.09 3.75 0.81 0.54
Hex E9 35 29 0 4D 52 9 4 51 36
Octal 351 65 51 0 115 122 11 4 121 66
Binary 11101001 110101 101001 0 1001101 1010010 1001 100 1010001 110110

Color Harmonies of #E93529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93529

Black with #E93529

Text Example


Text Example

White with #E93529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93529; }

 p { color: rgb(233,53,41); }

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

background-color css

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

 a { background-color: rgb(233,53,41); }

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

border-color css

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

 span { border-color: rgb(233,53,41); }

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