Html Css Color HEX #E5382B Cinnabar

📋 copy color: '#E5382B'

red 229 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #E5382B

Tints of Cinnabar #E5382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 69.82%
G = 17.07%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5382B (or 0xE5382B) is known color: Cinnabar. HEX triplet: E5, 38 and 2B. RGB value is (229,56,43). Sum of RGB (Red+Green+Blue) = 229+56+43=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5382B is #1AC7D4. Grayscale: #6A6A6A. Windows color (decimal): -1755093 or 2832613. OLE color: 2832613.

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

Color convert

RGB 229 56 43 -
CMYK 0 0.76 0.81 0.10
HSL 4.19º 0.78% 0.53% -
HSV(B) 4.19º 0.81% 0.9% -
XYZ 34.16 19.66 4.28 -
YUV 106.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 229 56 43 0 0.76 0.81 0.10 4.19 0.78 0.53
Hex E5 38 2B 0 4C 51 A 4 4E 35
Octal 345 70 53 0 114 121 12 4 116 65
Binary 11100101 111000 101011 0 1001100 1010001 1010 100 1001110 110101

Color Harmonies of #E5382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5382B

Black with #E5382B

Text Example


Text Example

White with #E5382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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