Html Css Color HEX #E5382D Cinnabar

📋 copy color: '#E5382D'

red 229 ◦ green 56 ◦ blue 45

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

Shades of Cinnabar #E5382D

Tints of Cinnabar #E5382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 69.39%
G = 16.97%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5382D (or 0xE5382D) is known color: Cinnabar. HEX triplet: E5, 38 and 2D. RGB value is (229,56,45). Sum of RGB (Red+Green+Blue) = 229+56+45=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5382D is #1AC7D2. Grayscale: #6A6A6A. Windows color (decimal): -1755091 or 2963685. OLE color: 2963685.

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

Color convert

RGB 229 56 45 -
CMYK 0 0.76 0.80 0.10
HSL 3.59º 0.78% 0.54% -
HSV(B) 3.59º 0.8% 0.9% -
XYZ 34.2 19.68 4.48 -
YUV 106.47 93.31 215.39 -
System Red Green Blue C M Y K H S L
Decimal 229 56 45 0 0.76 0.80 0.10 3.59 0.78 0.54
Hex E5 38 2D 0 4C 50 A 4 4E 36
Octal 345 70 55 0 114 120 12 4 116 66
Binary 11100101 111000 101101 0 1001100 1010000 1010 100 1001110 110110

Color Harmonies of #E5382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5382D

Black with #E5382D

Text Example


Text Example

White with #E5382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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