Html Css Color HEX #E3382D Cinnabar

📋 copy color: '#E3382D'

red 227 ◦ green 56 ◦ blue 45

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

Shades of Cinnabar #E3382D

Tints of Cinnabar #E3382D

RGB

 RED value IS 227 (89.06% from 255) = 69.21%

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

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

R = 69.21%
G = 17.07%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3382D (or 0xE3382D) is known color: Cinnabar. HEX triplet: E3, 38 and 2D. RGB value is (227,56,45). Sum of RGB (Red+Green+Blue) = 227+56+45=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E3382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3382D is #1CC7D2. Grayscale: #6A6A6A. Windows color (decimal): -1886163 or 2963683. OLE color: 2963683.

HSL color Cylindrical-coordinate representation of color #E3382D: hue angle of 3.63º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3382D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 56 45 -
CMYK 0 0.75 0.80 0.11
HSL 3.63º 0.76% 0.53% -
HSV(B) 3.63º 0.8% 0.89% -
XYZ 33.57 19.35 4.45 -
YUV 105.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 227 56 45 0 0.75 0.80 0.11 3.63 0.76 0.53
Hex E3 38 2D 0 4B 50 B 4 4C 35
Octal 343 70 55 0 113 120 13 4 114 65
Binary 11100011 111000 101101 0 1001011 1010000 1011 100 1001100 110101

Color Harmonies of #E3382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3382D

Black with #E3382D

Text Example


Text Example

White with #E3382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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