Html Css Color HEX #EF3111 Scarlet

📋 copy color: '#EF3111'

red 239 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #EF3111

Tints of Scarlet #EF3111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 78.36%
G = 16.07%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF3111 (or 0xEF3111) is known color: Scarlet. HEX triplet: EF, 31 and 11. RGB value is (239,49,17). Sum of RGB (Red+Green+Blue) = 239+49+17=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3111 is #10CEEE. Grayscale: #666666. Windows color (decimal): -1101551 or 1126895. OLE color: 1126895.

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

Color convert

RGB 239 49 17 -
CMYK 0 0.79 0.93 0.06
HSL 8.65º 0.87% 0.5% -
HSV(B) 8.65º 0.93% 0.94% -
XYZ 36.8 20.59 2.56 -
YUV 102.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 239 49 17 0 0.79 0.93 0.06 8.65 0.87 0.5
Hex EF 31 11 0 4F 5D 6 9 57 32
Octal 357 61 21 0 117 135 6 11 127 62
Binary 11101111 110001 10001 0 1001111 1011101 110 1001 1010111 110010

Color Harmonies of #EF3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3111

Black with #EF3111

Text Example


Text Example

White with #EF3111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3111; }

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

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

background-color css

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

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

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

border-color css

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

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

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