Html Css Color HEX #E93A2E Cinnabar

📋 copy color: '#E93A2E'

red 233 ◦ green 58 ◦ blue 46

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

Shades of Cinnabar #E93A2E

Tints of Cinnabar #E93A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

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

R = 69.14%
G = 17.21%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E93A2E (or 0xE93A2E) is known color: Cinnabar. HEX triplet: E9, 3A and 2E. RGB value is (233,58,46). Sum of RGB (Red+Green+Blue) = 233+58+46=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A2E is #16C5D1. Grayscale: #6D6D6D. Windows color (decimal): -1492434 or 3029737. OLE color: 3029737.

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

Color convert

RGB 233 58 46 -
CMYK 0 0.75 0.80 0.09
HSL 3.85º 0.81% 0.55% -
HSV(B) 3.85º 0.8% 0.91% -
XYZ 35.61 20.55 4.67 -
YUV 108.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 233 58 46 0 0.75 0.80 0.09 3.85 0.81 0.55
Hex E9 3A 2E 0 4B 50 9 4 51 37
Octal 351 72 56 0 113 120 11 4 121 67
Binary 11101001 111010 101110 0 1001011 1010000 1001 100 1010001 110111

Color Harmonies of #E93A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A2E

Black with #E93A2E

Text Example


Text Example

White with #E93A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A2E; }

 p { color: rgb(233,58,46); }

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

background-color css

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

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

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

border-color css

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

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

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