Html Css Color HEX #EF5131 Cinnabar

📋 copy color: '#EF5131'

red 239 ◦ green 81 ◦ blue 49

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

Shades of Cinnabar #EF5131

Tints of Cinnabar #EF5131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 64.77%
G = 21.95%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5131 (or 0xEF5131) is known color: Cinnabar. HEX triplet: EF, 51 and 31. RGB value is (239,81,49). Sum of RGB (Red+Green+Blue) = 239+81+49=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5131 is #10AECE. Grayscale: #7C7C7C. Windows color (decimal): -1093327 or 3232239. OLE color: 3232239.

HSL color Cylindrical-coordinate representation of color #EF5131: hue angle of 10.11º 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 #EF5131 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 49 -
CMYK 0 0.66 0.79 0.06
HSL 10.11º 0.86% 0.56% -
HSV(B) 10.11º 0.79% 0.94% -
XYZ 39.09 24.46 5.57 -
YUV 124.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 239 81 49 0 0.66 0.79 0.06 10.11 0.86 0.56
Hex EF 51 31 0 42 4F 6 A 56 38
Octal 357 121 61 0 102 117 6 12 126 70
Binary 11101111 1010001 110001 0 1000010 1001111 110 1010 1010110 111000

Color Harmonies of #EF5131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5131

Black with #EF5131

Text Example


Text Example

White with #EF5131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5131; }

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

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

background-color css

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

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

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

border-color css

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

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

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