Html Css Color HEX #EF2A19 Scarlet

📋 copy color: '#EF2A19'

red 239 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #EF2A19

Tints of Scarlet #EF2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

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

R = 78.1%
G = 13.73%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF2A19 (or 0xEF2A19) is known color: Scarlet. HEX triplet: EF, 2A and 19. RGB value is (239,42,25). Sum of RGB (Red+Green+Blue) = 239+42+25=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2A19 is #10D5E6. Grayscale: #636363. Windows color (decimal): -1103335 or 1649391. OLE color: 1649391.

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

Color convert

RGB 239 42 25 -
CMYK 0 0.82 0.90 0.06
HSL 4.77º 0.87% 0.52% -
HSV(B) 4.77º 0.9% 0.94% -
XYZ 36.6 20.08 2.87 -
YUV 98.97 86.27 227.88 -
System Red Green Blue C M Y K H S L
Decimal 239 42 25 0 0.82 0.90 0.06 4.77 0.87 0.52
Hex EF 2A 19 0 52 5A 6 5 57 34
Octal 357 52 31 0 122 132 6 5 127 64
Binary 11101111 101010 11001 0 1010010 1011010 110 101 1010111 110100

Color Harmonies of #EF2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A19

Black with #EF2A19

Text Example


Text Example

White with #EF2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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