Html Css Color HEX #EF211E Scarlet

📋 copy color: '#EF211E'

red 239 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #EF211E

Tints of Scarlet #EF211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 79.14%
G = 10.93%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF211E (or 0xEF211E) is known color: Scarlet. HEX triplet: EF, 21 and 1E. RGB value is (239,33,30). Sum of RGB (Red+Green+Blue) = 239+33+30=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF211E is #10DEE1. Grayscale: #5E5E5E. Windows color (decimal): -1105634 or 1974767. OLE color: 1974767.

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

Color convert

RGB 239 33 30 -
CMYK 0 0.86 0.87 0.06
HSL 0.86º 0.87% 0.53% -
HSV(B) 0.86º 0.87% 0.94% -
XYZ 36.37 19.53 3.08 -
YUV 94.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 239 33 30 0 0.86 0.87 0.06 0.86 0.87 0.53
Hex EF 21 1E 0 56 57 6 1 57 35
Octal 357 41 36 0 126 127 6 1 127 65
Binary 11101111 100001 11110 0 1010110 1010111 110 1 1010111 110101

Color Harmonies of #EF211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF211E

Black with #EF211E

Text Example


Text Example

White with #EF211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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