Html Css Color HEX #EE322C Cinnabar

📋 copy color: '#EE322C'

red 238 ◦ green 50 ◦ blue 44

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

Shades of Cinnabar #EE322C

Tints of Cinnabar #EE322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 71.69%
G = 15.06%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE322C (or 0xEE322C) is known color: Cinnabar. HEX triplet: EE, 32 and 2C. RGB value is (238,50,44). Sum of RGB (Red+Green+Blue) = 238+50+44=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE322C is #11CDD3. Grayscale: #696969. Windows color (decimal): -1166804 or 2896622. OLE color: 2896622.

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

Color convert

RGB 238 50 44 -
CMYK 0 0.79 0.82 0.07
HSL 1.86º 0.85% 0.55% -
HSV(B) 1.86º 0.82% 0.93% -
XYZ 36.86 20.64 4.42 -
YUV 105.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 238 50 44 0 0.79 0.82 0.07 1.86 0.85 0.55
Hex EE 32 2C 0 4F 52 7 2 55 37
Octal 356 62 54 0 117 122 7 2 125 67
Binary 11101110 110010 101100 0 1001111 1010010 111 10 1010101 110111

Color Harmonies of #EE322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE322C

Black with #EE322C

Text Example


Text Example

White with #EE322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE322C; }

 p { color: rgb(238,50,44); }

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

background-color css

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

 a { background-color: rgb(238,50,44); }

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

border-color css

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

 span { border-color: rgb(238,50,44); }

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