Html Css Color HEX #E93225 Cinnabar

📋 copy color: '#E93225'

red 233 ◦ green 50 ◦ blue 37

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

Shades of Cinnabar #E93225

Tints of Cinnabar #E93225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 72.81%
G = 15.63%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E93225 (or 0xE93225) is known color: Cinnabar. HEX triplet: E9, 32 and 25. RGB value is (233,50,37). Sum of RGB (Red+Green+Blue) = 233+50+37=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E93225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93225 is #16CDDA. Grayscale: #676767. Windows color (decimal): -1494491 or 2437865. OLE color: 2437865.

HSL color Cylindrical-coordinate representation of color #E93225: hue angle of 3.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E93225 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 50 37 -
CMYK 0 0.79 0.84 0.09
HSL 3.98º 0.82% 0.53% -
HSV(B) 3.98º 0.84% 0.91% -
XYZ 35.08 19.74 3.71 -
YUV 103.24 90.63 220.56 -
System Red Green Blue C M Y K H S L
Decimal 233 50 37 0 0.79 0.84 0.09 3.98 0.82 0.53
Hex E9 32 25 0 4F 54 9 4 52 35
Octal 351 62 45 0 117 124 11 4 122 65
Binary 11101001 110010 100101 0 1001111 1010100 1001 100 1010010 110101

Color Harmonies of #E93225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93225

Black with #E93225

Text Example


Text Example

White with #E93225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93225; }

 p { color: rgb(233,50,37); }

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

background-color css

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

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

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

border-color css

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

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

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