Html Css Color HEX #EF1E19 Scarlet

📋 copy color: '#EF1E19'

red 239 ◦ green 30 ◦ blue 25

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

Shades of Scarlet #EF1E19

Tints of Scarlet #EF1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 81.29%
G = 10.2%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF1E19 (or 0xEF1E19) is known color: Scarlet. HEX triplet: EF, 1E and 19. RGB value is (239,30,25). Sum of RGB (Red+Green+Blue) = 239+30+25=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E19 is #10E1E6. Grayscale: #5C5C5C. Windows color (decimal): -1106407 or 1646319. OLE color: 1646319.

HSL color Cylindrical-coordinate representation of color #EF1E19: hue angle of 1.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1E19 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 30 25 -
CMYK 0 0.87 0.90 0.06
HSL 1.4º 0.87% 0.52% -
HSV(B) 1.4º 0.9% 0.94% -
XYZ 36.24 19.35 2.74 -
YUV 91.92 90.24 232.91 -
System Red Green Blue C M Y K H S L
Decimal 239 30 25 0 0.87 0.90 0.06 1.4 0.87 0.52
Hex EF 1E 19 0 57 5A 6 1 57 34
Octal 357 36 31 0 127 132 6 1 127 64
Binary 11101111 11110 11001 0 1010111 1011010 110 1 1010111 110100

Color Harmonies of #EF1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E19

Black with #EF1E19

Text Example


Text Example

White with #EF1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E19; }

 p { color: rgb(239,30,25); }

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

background-color css

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

 a { background-color: rgb(239,30,25); }

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

border-color css

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

 span { border-color: rgb(239,30,25); }

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