Html Css Color HEX #EF3513 Scarlet

📋 copy color: '#EF3513'

red 239 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #EF3513

Tints of Scarlet #EF3513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 76.85%
G = 17.04%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3513 (or 0xEF3513) is known color: Scarlet. HEX triplet: EF, 35 and 13. RGB value is (239,53,19). Sum of RGB (Red+Green+Blue) = 239+53+19=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3513 is #10CAEC. Grayscale: #696969. Windows color (decimal): -1100525 or 1258991. OLE color: 1258991.

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

Color convert

RGB 239 53 19 -
CMYK 0 0.78 0.92 0.06
HSL 9.27º 0.87% 0.51% -
HSV(B) 9.27º 0.92% 0.94% -
XYZ 36.99 20.94 2.71 -
YUV 104.74 79.62 223.76 -
System Red Green Blue C M Y K H S L
Decimal 239 53 19 0 0.78 0.92 0.06 9.27 0.87 0.51
Hex EF 35 13 0 4E 5C 6 9 57 33
Octal 357 65 23 0 116 134 6 11 127 63
Binary 11101111 110101 10011 0 1001110 1011100 110 1001 1010111 110011

Color Harmonies of #EF3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3513

Black with #EF3513

Text Example


Text Example

White with #EF3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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