Html Css Color HEX #EE3A1A Cinnabar

📋 copy color: '#EE3A1A'

red 238 ◦ green 58 ◦ blue 26

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

Shades of Cinnabar #EE3A1A

Tints of Cinnabar #EE3A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 73.91%
G = 18.01%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE3A1A (or 0xEE3A1A) is known color: Cinnabar. HEX triplet: EE, 3A and 1A. RGB value is (238,58,26). Sum of RGB (Red+Green+Blue) = 238+58+26=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A1A is #11C5E5. Grayscale: #6C6C6C. Windows color (decimal): -1164774 or 1719022. OLE color: 1719022.

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

Color convert

RGB 238 58 26 -
CMYK 0 0.76 0.89 0.07
HSL 9.06º 0.86% 0.52% -
HSV(B) 9.06º 0.89% 0.93% -
XYZ 36.96 21.28 3.14 -
YUV 108.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 238 58 26 0 0.76 0.89 0.07 9.06 0.86 0.52
Hex EE 3A 1A 0 4C 59 7 9 56 34
Octal 356 72 32 0 114 131 7 11 126 64
Binary 11101110 111010 11010 0 1001100 1011001 111 1001 1010110 110100

Color Harmonies of #EE3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3A1A

Black with #EE3A1A

Text Example


Text Example

White with #EE3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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