Html Css Color HEX #E9331B Cinnabar

📋 copy color: '#E9331B'

red 233 ◦ green 51 ◦ blue 27

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

Shades of Cinnabar #E9331B

Tints of Cinnabar #E9331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

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

R = 74.92%
G = 16.4%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9331B (or 0xE9331B) is known color: Cinnabar. HEX triplet: E9, 33 and 1B. RGB value is (233,51,27). Sum of RGB (Red+Green+Blue) = 233+51+27=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E9331B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9331B is #16CCE4. Grayscale: #666666. Windows color (decimal): -1494245 or 1782761. OLE color: 1782761.

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

Color convert

RGB 233 51 27 -
CMYK 0 0.78 0.88 0.09
HSL 6.99º 0.82% 0.51% -
HSV(B) 6.99º 0.88% 0.91% -
XYZ 34.99 19.77 3.01 -
YUV 102.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 233 51 27 0 0.78 0.88 0.09 6.99 0.82 0.51
Hex E9 33 1B 0 4E 58 9 7 52 33
Octal 351 63 33 0 116 130 11 7 122 63
Binary 11101001 110011 11011 0 1001110 1011000 1001 111 1010010 110011

Color Harmonies of #E9331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9331B

Black with #E9331B

Text Example


Text Example

White with #E9331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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