Html Css Color HEX #EE382D Cinnabar

📋 copy color: '#EE382D'

red 238 ◦ green 56 ◦ blue 45

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

Shades of Cinnabar #EE382D

Tints of Cinnabar #EE382D

RGB

 RED value IS 238 (93.36% from 255) = 70.21%

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

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

R = 70.21%
G = 16.52%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE382D (or 0xEE382D) is known color: Cinnabar. HEX triplet: EE, 38 and 2D. RGB value is (238,56,45). Sum of RGB (Red+Green+Blue) = 238+56+45=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE382D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE382D is #11C7D2. Grayscale: #6D6D6D. Windows color (decimal): -1165267 or 2963694. OLE color: 2963694.

HSL color Cylindrical-coordinate representation of color #EE382D: hue angle of 3.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE382D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 56 45 -
CMYK 0 0.76 0.81 0.07
HSL 3.42º 0.85% 0.55% -
HSV(B) 3.42º 0.81% 0.93% -
XYZ 37.15 21.19 4.62 -
YUV 109.16 91.8 219.89 -
System Red Green Blue C M Y K H S L
Decimal 238 56 45 0 0.76 0.81 0.07 3.42 0.85 0.55
Hex EE 38 2D 0 4C 51 7 3 55 37
Octal 356 70 55 0 114 121 7 3 125 67
Binary 11101110 111000 101101 0 1001100 1010001 111 11 1010101 110111

Color Harmonies of #EE382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE382D

Black with #EE382D

Text Example


Text Example

White with #EE382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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