Html Css Color HEX #E92E2D Cinnabar

📋 copy color: '#E92E2D'

red 233 ◦ green 46 ◦ blue 45

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

Shades of Cinnabar #E92E2D

Tints of Cinnabar #E92E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 71.91%
G = 14.2%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E92E2D (or 0xE92E2D) is known color: Cinnabar. HEX triplet: E9, 2E and 2D. RGB value is (233,46,45). Sum of RGB (Red+Green+Blue) = 233+46+45=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92E2D is #16D1D2. Grayscale: #656565. Windows color (decimal): -1495507 or 2961129. OLE color: 2961129.

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

Color convert

RGB 233 46 45 -
CMYK 0 0.80 0.81 0.09
HSL 0.32º 0.81% 0.55% -
HSV(B) 0.32º 0.81% 0.91% -
XYZ 35.05 19.47 4.39 -
YUV 101.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 233 46 45 0 0.80 0.81 0.09 0.32 0.81 0.55
Hex E9 2E 2D 0 50 51 9 0 51 37
Octal 351 56 55 0 120 121 11 0 121 67
Binary 11101001 101110 101101 0 1010000 1010001 1001 0 1010001 110111

Color Harmonies of #E92E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92E2D

Black with #E92E2D

Text Example


Text Example

White with #E92E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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