Html Css Color HEX #E93D30 Cinnabar

📋 copy color: '#E93D30'

red 233 ◦ green 61 ◦ blue 48

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

Shades of Cinnabar #E93D30

Tints of Cinnabar #E93D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

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

R = 68.13%
G = 17.84%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93D30 (or 0xE93D30) is known color: Cinnabar. HEX triplet: E9, 3D and 30. RGB value is (233,61,48). Sum of RGB (Red+Green+Blue) = 233+61+48=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D30 is #16C2CF. Grayscale: #6F6F6F. Windows color (decimal): -1491664 or 3161577. OLE color: 3161577.

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

Color convert

RGB 233 61 48 -
CMYK 0 0.74 0.79 0.09
HSL 4.22º 0.81% 0.55% -
HSV(B) 4.22º 0.79% 0.91% -
XYZ 35.81 20.87 4.94 -
YUV 110.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 233 61 48 0 0.74 0.79 0.09 4.22 0.81 0.55
Hex E9 3D 30 0 4A 4F 9 4 51 37
Octal 351 75 60 0 112 117 11 4 121 67
Binary 11101001 111101 110000 0 1001010 1001111 1001 100 1010001 110111

Color Harmonies of #E93D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93D30

Black with #E93D30

Text Example


Text Example

White with #E93D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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