Html Css Color HEX #EF312A Cinnabar

📋 copy color: '#EF312A'

red 239 ◦ green 49 ◦ blue 42

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

Shades of Cinnabar #EF312A

Tints of Cinnabar #EF312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 72.42%
G = 14.85%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF312A (or 0xEF312A) is known color: Cinnabar. HEX triplet: EF, 31 and 2A. RGB value is (239,49,42). Sum of RGB (Red+Green+Blue) = 239+49+42=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF312A is #10CED5. Grayscale: #696969. Windows color (decimal): -1101526 or 2765295. OLE color: 2765295.

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

Color convert

RGB 239 49 42 -
CMYK 0 0.79 0.82 0.06
HSL 2.13º 0.86% 0.55% -
HSV(B) 2.13º 0.82% 0.94% -
XYZ 37.11 20.71 4.23 -
YUV 105.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 239 49 42 0 0.79 0.82 0.06 2.13 0.86 0.55
Hex EF 31 2A 0 4F 52 6 2 56 37
Octal 357 61 52 0 117 122 6 2 126 67
Binary 11101111 110001 101010 0 1001111 1010010 110 10 1010110 110111

Color Harmonies of #EF312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF312A

Black with #EF312A

Text Example


Text Example

White with #EF312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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