Html Css Color HEX #E93A30 Cinnabar

📋 copy color: '#E93A30'

red 233 ◦ green 58 ◦ blue 48

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

Shades of Cinnabar #E93A30

Tints of Cinnabar #E93A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 68.73%
G = 17.11%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93A30 (or 0xE93A30) is known color: Cinnabar. HEX triplet: E9, 3A and 30. RGB value is (233,58,48). Sum of RGB (Red+Green+Blue) = 233+58+48=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A30 is #16C5CF. Grayscale: #6D6D6D. Windows color (decimal): -1492432 or 3160809. OLE color: 3160809.

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

Color convert

RGB 233 58 48 -
CMYK 0 0.75 0.79 0.09
HSL 3.24º 0.81% 0.55% -
HSV(B) 3.24º 0.79% 0.91% -
XYZ 35.65 20.56 4.89 -
YUV 109.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 233 58 48 0 0.75 0.79 0.09 3.24 0.81 0.55
Hex E9 3A 30 0 4B 4F 9 3 51 37
Octal 351 72 60 0 113 117 11 3 121 67
Binary 11101001 111010 110000 0 1001011 1001111 1001 11 1010001 110111

Color Harmonies of #E93A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A30

Black with #E93A30

Text Example


Text Example

White with #E93A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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