Html Css Color HEX #EE2F1C Cinnabar

📋 copy color: '#EE2F1C'

red 238 ◦ green 47 ◦ blue 28

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

Shades of Cinnabar #EE2F1C

Tints of Cinnabar #EE2F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 76.04%
G = 15.02%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE2F1C (or 0xEE2F1C) is known color: Cinnabar. HEX triplet: EE, 2F and 1C. RGB value is (238,47,28). Sum of RGB (Red+Green+Blue) = 238+47+28=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F1C is #11D0E3. Grayscale: #666666. Windows color (decimal): -1167588 or 1847278. OLE color: 1847278.

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

Color convert

RGB 238 47 28 -
CMYK 0 0.80 0.88 0.07
HSL 5.43º 0.86% 0.52% -
HSV(B) 5.43º 0.88% 0.93% -
XYZ 36.49 20.29 3.09 -
YUV 101.94 86.28 225.04 -
System Red Green Blue C M Y K H S L
Decimal 238 47 28 0 0.80 0.88 0.07 5.43 0.86 0.52
Hex EE 2F 1C 0 50 58 7 5 56 34
Octal 356 57 34 0 120 130 7 5 126 64
Binary 11101110 101111 11100 0 1010000 1011000 111 101 1010110 110100

Color Harmonies of #EE2F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2F1C

Black with #EE2F1C

Text Example


Text Example

White with #EE2F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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