Html Css Color HEX #EF2219 Scarlet

📋 copy color: '#EF2219'

red 239 ◦ green 34 ◦ blue 25

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

Shades of Scarlet #EF2219

Tints of Scarlet #EF2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 80.2%
G = 11.41%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF2219 (or 0xEF2219) is known color: Scarlet. HEX triplet: EF, 22 and 19. RGB value is (239,34,25). Sum of RGB (Red+Green+Blue) = 239+34+25=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2219 is #10DDE6. Grayscale: #5E5E5E. Windows color (decimal): -1105383 or 1647343. OLE color: 1647343.

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

Color convert

RGB 239 34 25 -
CMYK 0 0.86 0.90 0.06
HSL 2.52º 0.87% 0.52% -
HSV(B) 2.52º 0.9% 0.94% -
XYZ 36.34 19.56 2.78 -
YUV 94.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 239 34 25 0 0.86 0.90 0.06 2.52 0.87 0.52
Hex EF 22 19 0 56 5A 6 3 57 34
Octal 357 42 31 0 126 132 6 3 127 64
Binary 11101111 100010 11001 0 1010110 1011010 110 11 1010111 110100

Color Harmonies of #EF2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2219

Black with #EF2219

Text Example


Text Example

White with #EF2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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