Html Css Color HEX #EE371B Cinnabar

📋 copy color: '#EE371B'

red 238 ◦ green 55 ◦ blue 27

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

Shades of Cinnabar #EE371B

Tints of Cinnabar #EE371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 74.38%
G = 17.19%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE371B (or 0xEE371B) is known color: Cinnabar. HEX triplet: EE, 37 and 1B. RGB value is (238,55,27). Sum of RGB (Red+Green+Blue) = 238+55+27=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE371B is #11C8E4. Grayscale: #6A6A6A. Windows color (decimal): -1165541 or 1783790. OLE color: 1783790.

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

Color convert

RGB 238 55 27 -
CMYK 0 0.77 0.89 0.07
HSL 7.96º 0.86% 0.52% -
HSV(B) 7.96º 0.89% 0.93% -
XYZ 36.82 20.99 3.15 -
YUV 106.53 83.13 221.78 -
System Red Green Blue C M Y K H S L
Decimal 238 55 27 0 0.77 0.89 0.07 7.96 0.86 0.52
Hex EE 37 1B 0 4D 59 7 8 56 34
Octal 356 67 33 0 115 131 7 10 126 64
Binary 11101110 110111 11011 0 1001101 1011001 111 1000 1010110 110100

Color Harmonies of #EE371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE371B

Black with #EE371B

Text Example


Text Example

White with #EE371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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