Html Css Color HEX #E93A1B Cinnabar

📋 copy color: '#E93A1B'

red 233 ◦ green 58 ◦ blue 27

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

Shades of Cinnabar #E93A1B

Tints of Cinnabar #E93A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 73.27%
G = 18.24%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E93A1B (or 0xE93A1B) is known color: Cinnabar. HEX triplet: E9, 3A and 1B. RGB value is (233,58,27). Sum of RGB (Red+Green+Blue) = 233+58+27=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A1B is #16C5E4. Grayscale: #6B6B6B. Windows color (decimal): -1492453 or 1784553. OLE color: 1784553.

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

Color convert

RGB 233 58 27 -
CMYK 0 0.75 0.88 0.09
HSL 9.03º 0.82% 0.51% -
HSV(B) 9.03º 0.88% 0.91% -
XYZ 35.32 20.43 3.12 -
YUV 106.79 82.98 218.02 -
System Red Green Blue C M Y K H S L
Decimal 233 58 27 0 0.75 0.88 0.09 9.03 0.82 0.51
Hex E9 3A 1B 0 4B 58 9 9 52 33
Octal 351 72 33 0 113 130 11 11 122 63
Binary 11101001 111010 11011 0 1001011 1011000 1001 1001 1010010 110011

Color Harmonies of #E93A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A1B

Black with #E93A1B

Text Example


Text Example

White with #E93A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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