Html Css Color HEX #E9381D Cinnabar

📋 copy color: '#E9381D'

red 233 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #E9381D

Tints of Cinnabar #E9381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 73.27%
G = 17.61%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9381D (or 0xE9381D) is known color: Cinnabar. HEX triplet: E9, 38 and 1D. RGB value is (233,56,29). Sum of RGB (Red+Green+Blue) = 233+56+29=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E9381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9381D is #16C7E2. Grayscale: #6A6A6A. Windows color (decimal): -1492963 or 1915113. OLE color: 1915113.

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

Color convert

RGB 233 56 29 -
CMYK 0 0.76 0.88 0.09
HSL 7.94º 0.82% 0.51% -
HSV(B) 7.94º 0.88% 0.91% -
XYZ 35.24 20.24 3.21 -
YUV 105.85 84.64 218.7 -
System Red Green Blue C M Y K H S L
Decimal 233 56 29 0 0.76 0.88 0.09 7.94 0.82 0.51
Hex E9 38 1D 0 4C 58 9 8 52 33
Octal 351 70 35 0 114 130 11 10 122 63
Binary 11101001 111000 11101 0 1001100 1011000 1001 1000 1010010 110011

Color Harmonies of #E9381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9381D

Black with #E9381D

Text Example


Text Example

White with #E9381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9381D; }

 p { color: rgb(233,56,29); }

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

background-color css

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

 a { background-color: rgb(233,56,29); }

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

border-color css

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

 span { border-color: rgb(233,56,29); }

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