Html Css Color HEX #EF3631 Cinnabar

📋 copy color: '#EF3631'

red 239 ◦ green 54 ◦ blue 49

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

Shades of Cinnabar #EF3631

Tints of Cinnabar #EF3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

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

R = 69.88%
G = 15.79%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF3631 (or 0xEF3631) is known color: Cinnabar. HEX triplet: EF, 36 and 31. RGB value is (239,54,49). Sum of RGB (Red+Green+Blue) = 239+54+49=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3631 is #10C9CE. Grayscale: #6C6C6C. Windows color (decimal): -1100239 or 3225327. OLE color: 3225327.

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

Color convert

RGB 239 54 49 -
CMYK 0 0.77 0.79 0.06
HSL 1.58º 0.86% 0.56% -
HSV(B) 1.58º 0.79% 0.94% -
XYZ 37.47 21.21 5.02 -
YUV 108.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 239 54 49 0 0.77 0.79 0.06 1.58 0.86 0.56
Hex EF 36 31 0 4D 4F 6 2 56 38
Octal 357 66 61 0 115 117 6 2 126 70
Binary 11101111 110110 110001 0 1001101 1001111 110 10 1010110 111000

Color Harmonies of #EF3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3631

Black with #EF3631

Text Example


Text Example

White with #EF3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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