Html Css Color HEX #EF1413 Scarlet

📋 copy color: '#EF1413'

red 239 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #EF1413

Tints of Scarlet #EF1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 85.97%
G = 7.19%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF1413 (or 0xEF1413) is known color: Scarlet. HEX triplet: EF, 14 and 13. RGB value is (239,20,19). Sum of RGB (Red+Green+Blue) = 239+20+19=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1413 is #10EBEC. Grayscale: #555555. Windows color (decimal): -1108973 or 1250543. OLE color: 1250543.

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

Color convert

RGB 239 20 19 -
CMYK 0 0.92 0.92 0.06
HSL 0.27º 0.87% 0.51% -
HSV(B) 0.27º 0.92% 0.94% -
XYZ 35.96 18.9 2.37 -
YUV 85.37 90.55 237.58 -
System Red Green Blue C M Y K H S L
Decimal 239 20 19 0 0.92 0.92 0.06 0.27 0.87 0.51
Hex EF 14 13 0 5C 5C 6 0 57 33
Octal 357 24 23 0 134 134 6 0 127 63
Binary 11101111 10100 10011 0 1011100 1011100 110 0 1010111 110011

Color Harmonies of #EF1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1413

Black with #EF1413

Text Example


Text Example

White with #EF1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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