Html Css Color HEX #E93530 Cinnabar

📋 copy color: '#E93530'

red 233 ◦ green 53 ◦ blue 48

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

Shades of Cinnabar #E93530

Tints of Cinnabar #E93530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 69.76%
G = 15.87%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93530 (or 0xE93530) is known color: Cinnabar. HEX triplet: E9, 35 and 30. RGB value is (233,53,48). Sum of RGB (Red+Green+Blue) = 233+53+48=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E93530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93530 is #16CACF. Grayscale: #6A6A6A. Windows color (decimal): -1493712 or 3159529. OLE color: 3159529.

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

Color convert

RGB 233 53 48 -
CMYK 0 0.77 0.79 0.09
HSL 1.62º 0.81% 0.55% -
HSV(B) 1.62º 0.79% 0.91% -
XYZ 35.41 20.08 4.81 -
YUV 106.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 233 53 48 0 0.77 0.79 0.09 1.62 0.81 0.55
Hex E9 35 30 0 4D 4F 9 2 51 37
Octal 351 65 60 0 115 117 11 2 121 67
Binary 11101001 110101 110000 0 1001101 1001111 1001 10 1010001 110111

Color Harmonies of #E93530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93530

Black with #E93530

Text Example


Text Example

White with #E93530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93530; }

 p { color: rgb(233,53,48); }

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

background-color css

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

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

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

border-color css

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

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

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