Html Css Color HEX #EF4131 Cinnabar

📋 copy color: '#EF4131'

red 239 ◦ green 65 ◦ blue 49

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

Shades of Cinnabar #EF4131

Tints of Cinnabar #EF4131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 67.71%
G = 18.41%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4131 (or 0xEF4131) is known color: Cinnabar. HEX triplet: EF, 41 and 31. RGB value is (239,65,49). Sum of RGB (Red+Green+Blue) = 239+65+49=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4131 is #10BECE. Grayscale: #737373. Windows color (decimal): -1097423 or 3228143. OLE color: 3228143.

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

Color convert

RGB 239 65 49 -
CMYK 0 0.73 0.79 0.06
HSL 5.05º 0.86% 0.56% -
HSV(B) 5.05º 0.79% 0.94% -
XYZ 38.04 22.35 5.22 -
YUV 115.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 239 65 49 0 0.73 0.79 0.06 5.05 0.86 0.56
Hex EF 41 31 0 49 4F 6 5 56 38
Octal 357 101 61 0 111 117 6 5 126 70
Binary 11101111 1000001 110001 0 1001001 1001111 110 101 1010110 111000

Color Harmonies of #EF4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4131

Black with #EF4131

Text Example


Text Example

White with #EF4131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4131; }

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

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

background-color css

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

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

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

border-color css

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

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

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