Html Css Color HEX #E93B34 Cinnabar

📋 copy color: '#E93B34'

red 233 ◦ green 59 ◦ blue 52

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

Shades of Cinnabar #E93B34

Tints of Cinnabar #E93B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 67.73%
G = 17.15%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E93B34 (or 0xE93B34) is known color: Cinnabar. HEX triplet: E9, 3B and 34. RGB value is (233,59,52). Sum of RGB (Red+Green+Blue) = 233+59+52=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93B34 is #16C4CB. Grayscale: #6E6E6E. Windows color (decimal): -1492172 or 3423209. OLE color: 3423209.

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

Color convert

RGB 233 59 52 -
CMYK 0 0.75 0.78 0.09
HSL 2.32º 0.8% 0.56% -
HSV(B) 2.32º 0.78% 0.91% -
XYZ 35.79 20.7 5.36 -
YUV 110.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 233 59 52 0 0.75 0.78 0.09 2.32 0.8 0.56
Hex E9 3B 34 0 4B 4E 9 2 50 38
Octal 351 73 64 0 113 116 11 2 120 70
Binary 11101001 111011 110100 0 1001011 1001110 1001 10 1010000 111000

Color Harmonies of #E93B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93B34

Black with #E93B34

Text Example


Text Example

White with #E93B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93B34; }

 p { color: rgb(233,59,52); }

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

background-color css

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

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

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

border-color css

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

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

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