Html Css Color HEX #E5381D Cinnabar

📋 copy color: '#E5381D'

red 229 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #E5381D

Tints of Cinnabar #E5381D

RGB

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

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

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

R = 72.93%
G = 17.83%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5381D (or 0xE5381D) is known color: Cinnabar. HEX triplet: E5, 38 and 1D. RGB value is (229,56,29). Sum of RGB (Red+Green+Blue) = 229+56+29=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E5381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5381D is #1AC7E2. Grayscale: #686868. Windows color (decimal): -1755107 or 1915109. OLE color: 1915109.

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

Color convert

RGB 229 56 29 -
CMYK 0 0.76 0.87 0.10
HSL 8.1º 0.79% 0.51% -
HSV(B) 8.1º 0.87% 0.9% -
XYZ 33.95 19.58 3.15 -
YUV 104.65 85.31 216.7 -
System Red Green Blue C M Y K H S L
Decimal 229 56 29 0 0.76 0.87 0.10 8.1 0.79 0.51
Hex E5 38 1D 0 4C 57 A 8 4F 33
Octal 345 70 35 0 114 127 12 10 117 63
Binary 11100101 111000 11101 0 1001100 1010111 1010 1000 1001111 110011

Color Harmonies of #E5381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5381D

Black with #E5381D

Text Example


Text Example

White with #E5381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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