Html Css Color HEX #EE2F1B Cinnabar

📋 copy color: '#EE2F1B'

red 238 ◦ green 47 ◦ blue 27

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

Shades of Cinnabar #EE2F1B

Tints of Cinnabar #EE2F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 76.28%
G = 15.06%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE2F1B (or 0xEE2F1B) is known color: Cinnabar. HEX triplet: EE, 2F and 1B. RGB value is (238,47,27). Sum of RGB (Red+Green+Blue) = 238+47+27=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F1B is #11D0E4. Grayscale: #666666. Windows color (decimal): -1167589 or 1781742. OLE color: 1781742.

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

Color convert

RGB 238 47 27 -
CMYK 0 0.80 0.89 0.07
HSL 5.69º 0.86% 0.52% -
HSV(B) 5.69º 0.89% 0.93% -
XYZ 36.47 20.29 3.03 -
YUV 101.83 85.78 225.13 -
System Red Green Blue C M Y K H S L
Decimal 238 47 27 0 0.80 0.89 0.07 5.69 0.86 0.52
Hex EE 2F 1B 0 50 59 7 6 56 34
Octal 356 57 33 0 120 131 7 6 126 64
Binary 11101110 101111 11011 0 1010000 1011001 111 110 1010110 110100

Color Harmonies of #EE2F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2F1B

Black with #EE2F1B

Text Example


Text Example

White with #EE2F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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