Html Css Color HEX #EE3A1B Cinnabar

📋 copy color: '#EE3A1B'

red 238 ◦ green 58 ◦ blue 27

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

Shades of Cinnabar #EE3A1B

Tints of Cinnabar #EE3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 73.68%
G = 17.96%
B = 8.36%

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

#EE3A1B (or 0xEE3A1B) is known color: Cinnabar. HEX triplet: EE, 3A and 1B. RGB value is (238,58,27). Sum of RGB (Red+Green+Blue) = 238+58+27=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A1B is #11C5E4. Grayscale: #6C6C6C. Windows color (decimal): -1164773 or 1784558. OLE color: 1784558.

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

Color convert

RGB 238 58 27 -
CMYK 0 0.76 0.89 0.07
HSL 8.82º 0.86% 0.52% -
HSV(B) 8.82º 0.89% 0.93% -
XYZ 36.97 21.28 3.2 -
YUV 108.29 82.13 220.52 -
System Red Green Blue C M Y K H S L
Decimal 238 58 27 0 0.76 0.89 0.07 8.82 0.86 0.52
Hex EE 3A 1B 0 4C 59 7 9 56 34
Octal 356 72 33 0 114 131 7 11 126 64
Binary 11101110 111010 11011 0 1001100 1011001 111 1001 1010110 110100

Color Harmonies of #EE3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3A1B

Black with #EE3A1B

Text Example


Text Example

White with #EE3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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