Html Css Color HEX #EF221C Scarlet

📋 copy color: '#EF221C'

red 239 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #EF221C

Tints of Scarlet #EF221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 79.4%
G = 11.3%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF221C (or 0xEF221C) is known color: Scarlet. HEX triplet: EF, 22 and 1C. RGB value is (239,34,28). Sum of RGB (Red+Green+Blue) = 239+34+28=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF221C is #10DDE3. Grayscale: #5E5E5E. Windows color (decimal): -1105380 or 1843951. OLE color: 1843951.

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

Color convert

RGB 239 34 28 -
CMYK 0 0.86 0.88 0.06
HSL 1.71º 0.87% 0.52% -
HSV(B) 1.71º 0.88% 0.94% -
XYZ 36.38 19.58 2.96 -
YUV 94.61 90.42 230.99 -
System Red Green Blue C M Y K H S L
Decimal 239 34 28 0 0.86 0.88 0.06 1.71 0.87 0.52
Hex EF 22 1C 0 56 58 6 2 57 34
Octal 357 42 34 0 126 130 6 2 127 64
Binary 11101111 100010 11100 0 1010110 1011000 110 10 1010111 110100

Color Harmonies of #EF221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF221C

Black with #EF221C

Text Example


Text Example

White with #EF221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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