Html Css Color HEX #EF311C Cinnabar

📋 copy color: '#EF311C'

red 239 ◦ green 49 ◦ blue 28

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

Shades of Cinnabar #EF311C

Tints of Cinnabar #EF311C

RGB

 RED value IS 239 (93.75% from 255) = 75.63%

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 75.63%
G = 15.51%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF311C (or 0xEF311C) is known color: Cinnabar. HEX triplet: EF, 31 and 1C. RGB value is (239,49,28). Sum of RGB (Red+Green+Blue) = 239+49+28=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF311C is #10CEE3. Grayscale: #676767. Windows color (decimal): -1101540 or 1847791. OLE color: 1847791.

HSL color Cylindrical-coordinate representation of color #EF311C: hue angle of 5.97º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF311C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 49 28 -
CMYK 0 0.79 0.88 0.06
HSL 5.97º 0.87% 0.52% -
HSV(B) 5.97º 0.88% 0.94% -
XYZ 36.9 20.63 3.14 -
YUV 103.42 85.45 224.71 -
System Red Green Blue C M Y K H S L
Decimal 239 49 28 0 0.79 0.88 0.06 5.97 0.87 0.52
Hex EF 31 1C 0 4F 58 6 6 57 34
Octal 357 61 34 0 117 130 6 6 127 64
Binary 11101111 110001 11100 0 1001111 1011000 110 110 1010111 110100

Color Harmonies of #EF311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF311C

Black with #EF311C

Text Example


Text Example

White with #EF311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF311C; }

 p { color: rgb(239,49,28); }

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

background-color css

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

 a { background-color: rgb(239,49,28); }

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

border-color css

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

 span { border-color: rgb(239,49,28); }

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