Html Css Color HEX #EF3113 Scarlet

📋 copy color: '#EF3113'

red 239 ◦ green 49 ◦ blue 19

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

Shades of Scarlet #EF3113

Tints of Scarlet #EF3113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 77.85%
G = 15.96%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3113 (or 0xEF3113) is known color: Scarlet. HEX triplet: EF, 31 and 13. RGB value is (239,49,19). Sum of RGB (Red+Green+Blue) = 239+49+19=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3113 is #10CEEC. Grayscale: #666666. Windows color (decimal): -1101549 or 1257967. OLE color: 1257967.

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

Color convert

RGB 239 49 19 -
CMYK 0 0.79 0.92 0.06
HSL 8.18º 0.87% 0.51% -
HSV(B) 8.18º 0.92% 0.94% -
XYZ 36.81 20.59 2.65 -
YUV 102.39 80.95 225.44 -
System Red Green Blue C M Y K H S L
Decimal 239 49 19 0 0.79 0.92 0.06 8.18 0.87 0.51
Hex EF 31 13 0 4F 5C 6 8 57 33
Octal 357 61 23 0 117 134 6 10 127 63
Binary 11101111 110001 10011 0 1001111 1011100 110 1000 1010111 110011

Color Harmonies of #EF3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3113

Black with #EF3113

Text Example


Text Example

White with #EF3113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3113; }

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

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

background-color css

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

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

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

border-color css

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

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

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