Html Css Color HEX #E93D1B Cinnabar

📋 copy color: '#E93D1B'

red 233 ◦ green 61 ◦ blue 27

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

Shades of Cinnabar #E93D1B

Tints of Cinnabar #E93D1B

RGB

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

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

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

R = 72.59%
G = 19%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E93D1B (or 0xE93D1B) is known color: Cinnabar. HEX triplet: E9, 3D and 1B. RGB value is (233,61,27). Sum of RGB (Red+Green+Blue) = 233+61+27=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D1B is #16C2E4. Grayscale: #6C6C6C. Windows color (decimal): -1491685 or 1785321. OLE color: 1785321.

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

Color convert

RGB 233 61 27 -
CMYK 0 0.74 0.88 0.09
HSL 9.9º 0.82% 0.51% -
HSV(B) 9.9º 0.88% 0.91% -
XYZ 35.47 20.74 3.17 -
YUV 108.55 81.98 216.76 -
System Red Green Blue C M Y K H S L
Decimal 233 61 27 0 0.74 0.88 0.09 9.9 0.82 0.51
Hex E9 3D 1B 0 4A 58 9 A 52 33
Octal 351 75 33 0 112 130 11 12 122 63
Binary 11101001 111101 11011 0 1001010 1011000 1001 1010 1010010 110011

Color Harmonies of #E93D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93D1B

Black with #E93D1B

Text Example


Text Example

White with #E93D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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