Html Css Color HEX #EE322A Cinnabar

📋 copy color: '#EE322A'

red 238 ◦ green 50 ◦ blue 42

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

Shades of Cinnabar #EE322A

Tints of Cinnabar #EE322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 72.12%
G = 15.15%
B = 12.73%

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

#EE322A (or 0xEE322A) is known color: Cinnabar. HEX triplet: EE, 32 and 2A. RGB value is (238,50,42). Sum of RGB (Red+Green+Blue) = 238+50+42=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE322A is #11CDD5. Grayscale: #696969. Windows color (decimal): -1166806 or 2765550. OLE color: 2765550.

HSL color Cylindrical-coordinate representation of color #EE322A: hue angle of 2.45º 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 #EE322A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 50 42 -
CMYK 0 0.79 0.82 0.07
HSL 2.45º 0.85% 0.55% -
HSV(B) 2.45º 0.82% 0.93% -
XYZ 36.82 20.63 4.23 -
YUV 105.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 238 50 42 0 0.79 0.82 0.07 2.45 0.85 0.55
Hex EE 32 2A 0 4F 52 7 2 55 37
Octal 356 62 52 0 117 122 7 2 125 67
Binary 11101110 110010 101010 0 1001111 1010010 111 10 1010101 110111

Color Harmonies of #EE322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE322A

Black with #EE322A

Text Example


Text Example

White with #EE322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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