Html Css Color HEX #EF2514 Scarlet

📋 copy color: '#EF2514'

red 239 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #EF2514

Tints of Scarlet #EF2514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 80.74%
G = 12.5%
B = 6.76%

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

#EF2514 (or 0xEF2514) is known color: Scarlet. HEX triplet: EF, 25 and 14. RGB value is (239,37,20). Sum of RGB (Red+Green+Blue) = 239+37+20=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2514 is #10DAEB. Grayscale: #5F5F5F. Windows color (decimal): -1104620 or 1320431. OLE color: 1320431.

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

Color convert

RGB 239 37 20 -
CMYK 0 0.85 0.92 0.06
HSL 4.66º 0.87% 0.51% -
HSV(B) 4.66º 0.92% 0.94% -
XYZ 36.38 19.72 2.55 -
YUV 95.46 85.42 230.38 -
System Red Green Blue C M Y K H S L
Decimal 239 37 20 0 0.85 0.92 0.06 4.66 0.87 0.51
Hex EF 25 14 0 55 5C 6 5 57 33
Octal 357 45 24 0 125 134 6 5 127 63
Binary 11101111 100101 10100 0 1010101 1011100 110 101 1010111 110011

Color Harmonies of #EF2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2514

Black with #EF2514

Text Example


Text Example

White with #EF2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2514; }

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

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

background-color css

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

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

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

border-color css

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

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

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