Html Css Color HEX #EE321A Cinnabar

📋 copy color: '#EE321A'

red 238 ◦ green 50 ◦ blue 26

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

Shades of Cinnabar #EE321A

Tints of Cinnabar #EE321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 75.8%
G = 15.92%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE321A (or 0xEE321A) is known color: Cinnabar. HEX triplet: EE, 32 and 1A. RGB value is (238,50,26). Sum of RGB (Red+Green+Blue) = 238+50+26=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE321A is #11CDE5. Grayscale: #676767. Windows color (decimal): -1166822 or 1716974. OLE color: 1716974.

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

Color convert

RGB 238 50 26 -
CMYK 0 0.79 0.89 0.07
HSL 6.79º 0.86% 0.52% -
HSV(B) 6.79º 0.89% 0.93% -
XYZ 36.59 20.53 3.01 -
YUV 103.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 238 50 26 0 0.79 0.89 0.07 6.79 0.86 0.52
Hex EE 32 1A 0 4F 59 7 7 56 34
Octal 356 62 32 0 117 131 7 7 126 64
Binary 11101110 110010 11010 0 1001111 1011001 111 111 1010110 110100

Color Harmonies of #EE321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE321A

Black with #EE321A

Text Example


Text Example

White with #EE321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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