Html Css Color HEX #E92E2E Cinnabar

📋 copy color: '#E92E2E'

red 233 ◦ green 46 ◦ blue 46

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

Shades of Cinnabar #E92E2E

Tints of Cinnabar #E92E2E

RGB

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

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

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

R = 71.69%
G = 14.15%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E92E2E (or 0xE92E2E) is known color: Cinnabar. HEX triplet: E9, 2E and 2E. RGB value is (233,46,46). Sum of RGB (Red+Green+Blue) = 233+46+46=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92E2E is #16D1D1. Grayscale: #666666. Windows color (decimal): -1495506 or 3026665. OLE color: 3026665.

HSL color Cylindrical-coordinate representation of color #E92E2E: hue angle of 0º 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 #E92E2E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 46 46 -
CMYK 0 0.80 0.80 0.09
HSL 0.81% 0.55% -
HSV(B) 0.8% 0.91% -
XYZ 35.07 19.47 4.5 -
YUV 101.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 233 46 46 0 0.80 0.80 0.09 0 0.81 0.55
Hex E9 2E 2E 0 50 50 9 0 51 37
Octal 351 56 56 0 120 120 11 0 121 67
Binary 11101001 101110 101110 0 1010000 1010000 1001 0 1010001 110111

Color Harmonies of #E92E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92E2E

Black with #E92E2E

Text Example


Text Example

White with #E92E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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