Html Css Color HEX #E5381B Cinnabar

📋 copy color: '#E5381B'

red 229 ◦ green 56 ◦ blue 27

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

Shades of Cinnabar #E5381B

Tints of Cinnabar #E5381B

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

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

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

R = 73.4%
G = 17.95%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5381B (or 0xE5381B) is known color: Cinnabar. HEX triplet: E5, 38 and 1B. RGB value is (229,56,27). Sum of RGB (Red+Green+Blue) = 229+56+27=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5381B is #1AC7E4. Grayscale: #686868. Windows color (decimal): -1755109 or 1784037. OLE color: 1784037.

HSL color Cylindrical-coordinate representation of color #E5381B: hue angle of 8.61º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5381B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 56 27 -
CMYK 0 0.76 0.88 0.10
HSL 8.61º 0.8% 0.5% -
HSV(B) 8.61º 0.88% 0.9% -
XYZ 33.93 19.57 3.03 -
YUV 104.42 84.31 216.86 -
System Red Green Blue C M Y K H S L
Decimal 229 56 27 0 0.76 0.88 0.10 8.61 0.8 0.5
Hex E5 38 1B 0 4C 58 A 9 50 32
Octal 345 70 33 0 114 130 12 11 120 62
Binary 11100101 111000 11011 0 1001100 1011000 1010 1001 1010000 110010

Color Harmonies of #E5381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5381B

Black with #E5381B

Text Example


Text Example

White with #E5381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5381B; }

 p { color: rgb(229,56,27); }

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

background-color css

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

 a { background-color: rgb(229,56,27); }

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

border-color css

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

 span { border-color: rgb(229,56,27); }

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