Html Css Color HEX #EF2121 Scarlet

📋 copy color: '#EF2121'

red 239 ◦ green 33 ◦ blue 33

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

Shades of Scarlet #EF2121

Tints of Scarlet #EF2121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 33 (13.28% from 255) = 10.82%

R = 78.36%
G = 10.82%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2121 (or 0xEF2121) is known color: Scarlet. HEX triplet: EF, 21 and 21. RGB value is (239,33,33). Sum of RGB (Red+Green+Blue) = 239+33+33=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2121 is #10DEDE. Grayscale: #5E5E5E. Windows color (decimal): -1105631 or 2171375. OLE color: 2171375.

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

Color convert

RGB 239 33 33 -
CMYK 0 0.86 0.86 0.06
HSL 0.87% 0.53% -
HSV(B) 0.86% 0.94% -
XYZ 36.41 19.55 3.29 -
YUV 94.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 239 33 33 0 0.86 0.86 0.06 0 0.87 0.53
Hex EF 21 21 0 56 56 6 0 57 35
Octal 357 41 41 0 126 126 6 0 127 65
Binary 11101111 100001 100001 0 1010110 1010110 110 0 1010111 110101

Color Harmonies of #EF2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2121

Black with #EF2121

Text Example


Text Example

White with #EF2121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2121; }

 p { color: rgb(239,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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