Html Css Color HEX #EE331D Cinnabar

📋 copy color: '#EE331D'

red 238 ◦ green 51 ◦ blue 29

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

Shades of Cinnabar #EE331D

Tints of Cinnabar #EE331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 74.84%
G = 16.04%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE331D (or 0xEE331D) is known color: Cinnabar. HEX triplet: EE, 33 and 1D. RGB value is (238,51,29). Sum of RGB (Red+Green+Blue) = 238+51+29=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE331D is #11CCE2. Grayscale: #686868. Windows color (decimal): -1166563 or 1913838. OLE color: 1913838.

HSL color Cylindrical-coordinate representation of color #EE331D: hue angle of 6.32º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE331D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 29 -
CMYK 0 0.79 0.88 0.07
HSL 6.32º 0.86% 0.52% -
HSV(B) 6.32º 0.88% 0.93% -
XYZ 36.67 20.63 3.21 -
YUV 104.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 238 51 29 0 0.79 0.88 0.07 6.32 0.86 0.52
Hex EE 33 1D 0 4F 58 7 6 56 34
Octal 356 63 35 0 117 130 7 6 126 64
Binary 11101110 110011 11101 0 1001111 1011000 111 110 1010110 110100

Color Harmonies of #EE331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE331D

Black with #EE331D

Text Example


Text Example

White with #EE331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE331D; }

 p { color: rgb(238,51,29); }

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

background-color css

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

 a { background-color: rgb(238,51,29); }

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

border-color css

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

 span { border-color: rgb(238,51,29); }

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