Html Css Color HEX #EF3411 Scarlet

📋 copy color: '#EF3411'

red 239 ◦ green 52 ◦ blue 17

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

Shades of Scarlet #EF3411

Tints of Scarlet #EF3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 77.6%
G = 16.88%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF3411 (or 0xEF3411) is known color: Scarlet. HEX triplet: EF, 34 and 11. RGB value is (239,52,17). Sum of RGB (Red+Green+Blue) = 239+52+17=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3411 is #10CBEE. Grayscale: #686868. Windows color (decimal): -1100783 or 1127663. OLE color: 1127663.

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

Color convert

RGB 239 52 17 -
CMYK 0 0.78 0.93 0.06
HSL 9.46º 0.87% 0.5% -
HSV(B) 9.46º 0.93% 0.94% -
XYZ 36.93 20.85 2.61 -
YUV 103.92 78.95 224.35 -
System Red Green Blue C M Y K H S L
Decimal 239 52 17 0 0.78 0.93 0.06 9.46 0.87 0.5
Hex EF 34 11 0 4E 5D 6 9 57 32
Octal 357 64 21 0 116 135 6 11 127 62
Binary 11101111 110100 10001 0 1001110 1011101 110 1001 1010111 110010

Color Harmonies of #EF3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3411

Black with #EF3411

Text Example


Text Example

White with #EF3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3411; }

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

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

background-color css

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

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

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

border-color css

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

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

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