Html Css Color HEX #EF211D Scarlet

📋 copy color: '#EF211D'

red 239 ◦ green 33 ◦ blue 29

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

Shades of Scarlet #EF211D

Tints of Scarlet #EF211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 79.4%
G = 10.96%
B = 9.63%

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

#EF211D (or 0xEF211D) is known color: Scarlet. HEX triplet: EF, 21 and 1D. RGB value is (239,33,29). Sum of RGB (Red+Green+Blue) = 239+33+29=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF211D is #10DEE2. Grayscale: #5E5E5E. Windows color (decimal): -1105635 or 1909231. OLE color: 1909231.

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

Color convert

RGB 239 33 29 -
CMYK 0 0.86 0.88 0.06
HSL 1.14º 0.87% 0.53% -
HSV(B) 1.14º 0.88% 0.94% -
XYZ 36.36 19.53 3.02 -
YUV 94.14 91.25 231.33 -
System Red Green Blue C M Y K H S L
Decimal 239 33 29 0 0.86 0.88 0.06 1.14 0.87 0.53
Hex EF 21 1D 0 56 58 6 1 57 35
Octal 357 41 35 0 126 130 6 1 127 65
Binary 11101111 100001 11101 0 1010110 1011000 110 1 1010111 110101

Color Harmonies of #EF211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF211D

Black with #EF211D

Text Example


Text Example

White with #EF211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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