Html Css Color HEX #EE322F Cinnabar

📋 copy color: '#EE322F'

red 238 ◦ green 50 ◦ blue 47

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

Shades of Cinnabar #EE322F

Tints of Cinnabar #EE322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 71.04%
G = 14.93%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE322F (or 0xEE322F) is known color: Cinnabar. HEX triplet: EE, 32 and 2F. RGB value is (238,50,47). Sum of RGB (Red+Green+Blue) = 238+50+47=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE322F is #11CDD0. Grayscale: #6A6A6A. Windows color (decimal): -1166801 or 3093230. OLE color: 3093230.

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

Color convert

RGB 238 50 47 -
CMYK 0 0.79 0.80 0.07
HSL 0.94º 0.85% 0.56% -
HSV(B) 0.94º 0.8% 0.93% -
XYZ 36.91 20.66 4.73 -
YUV 105.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 238 50 47 0 0.79 0.80 0.07 0.94 0.85 0.56
Hex EE 32 2F 0 4F 50 7 1 55 38
Octal 356 62 57 0 117 120 7 1 125 70
Binary 11101110 110010 101111 0 1001111 1010000 111 1 1010101 111000

Color Harmonies of #EE322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE322F

Black with #EE322F

Text Example


Text Example

White with #EE322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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