Html Css Color HEX #E93B2B Cinnabar

📋 copy color: '#E93B2B'

red 233 ◦ green 59 ◦ blue 43

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

Shades of Cinnabar #E93B2B

Tints of Cinnabar #E93B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 69.55%
G = 17.61%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E93B2B (or 0xE93B2B) is known color: Cinnabar. HEX triplet: E9, 3B and 2B. RGB value is (233,59,43). Sum of RGB (Red+Green+Blue) = 233+59+43=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93B2B is #16C4D4. Grayscale: #6D6D6D. Windows color (decimal): -1492181 or 2833385. OLE color: 2833385.

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

Color convert

RGB 233 59 43 -
CMYK 0 0.75 0.82 0.09
HSL 5.05º 0.81% 0.54% -
HSV(B) 5.05º 0.82% 0.91% -
XYZ 35.6 20.63 4.39 -
YUV 109.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 233 59 43 0 0.75 0.82 0.09 5.05 0.81 0.54
Hex E9 3B 2B 0 4B 52 9 5 51 36
Octal 351 73 53 0 113 122 11 5 121 66
Binary 11101001 111011 101011 0 1001011 1010010 1001 101 1010001 110110

Color Harmonies of #E93B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93B2B

Black with #E93B2B

Text Example


Text Example

White with #E93B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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