Html Css Color HEX #EF2218 Scarlet

📋 copy color: '#EF2218'

red 239 ◦ green 34 ◦ blue 24

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

Shades of Scarlet #EF2218

Tints of Scarlet #EF2218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 80.47%
G = 11.45%
B = 8.08%

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

#EF2218 (or 0xEF2218) is known color: Scarlet. HEX triplet: EF, 22 and 18. RGB value is (239,34,24). Sum of RGB (Red+Green+Blue) = 239+34+24=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2218 is #10DDE7. Grayscale: #5E5E5E. Windows color (decimal): -1105384 or 1581807. OLE color: 1581807.

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

Color convert

RGB 239 34 24 -
CMYK 0 0.86 0.90 0.06
HSL 2.79º 0.87% 0.52% -
HSV(B) 2.79º 0.9% 0.94% -
XYZ 36.33 19.56 2.72 -
YUV 94.16 88.42 231.31 -
System Red Green Blue C M Y K H S L
Decimal 239 34 24 0 0.86 0.90 0.06 2.79 0.87 0.52
Hex EF 22 18 0 56 5A 6 3 57 34
Octal 357 42 30 0 126 132 6 3 127 64
Binary 11101111 100010 11000 0 1010110 1011010 110 11 1010111 110100

Color Harmonies of #EF2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2218

Black with #EF2218

Text Example


Text Example

White with #EF2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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