Html Css Color HEX #EF2513 Scarlet

📋 copy color: '#EF2513'

red 239 ◦ green 37 ◦ blue 19

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

Shades of Scarlet #EF2513

Tints of Scarlet #EF2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 81.02%
G = 12.54%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF2513 (or 0xEF2513) is known color: Scarlet. HEX triplet: EF, 25 and 13. RGB value is (239,37,19). Sum of RGB (Red+Green+Blue) = 239+37+19=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2513 is #10DAEC. Grayscale: #5F5F5F. Windows color (decimal): -1104621 or 1254895. OLE color: 1254895.

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

Color convert

RGB 239 37 19 -
CMYK 0 0.85 0.92 0.06
HSL 4.91º 0.87% 0.51% -
HSV(B) 4.91º 0.92% 0.94% -
XYZ 36.38 19.72 2.51 -
YUV 95.35 84.92 230.46 -
System Red Green Blue C M Y K H S L
Decimal 239 37 19 0 0.85 0.92 0.06 4.91 0.87 0.51
Hex EF 25 13 0 55 5C 6 5 57 33
Octal 357 45 23 0 125 134 6 5 127 63
Binary 11101111 100101 10011 0 1010101 1011100 110 101 1010111 110011

Color Harmonies of #EF2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2513

Black with #EF2513

Text Example


Text Example

White with #EF2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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