Html Css Color HEX #EF211A Scarlet

📋 copy color: '#EF211A'

red 239 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #EF211A

Tints of Scarlet #EF211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 80.2%
G = 11.07%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF211A (or 0xEF211A) is known color: Scarlet. HEX triplet: EF, 21 and 1A. RGB value is (239,33,26). Sum of RGB (Red+Green+Blue) = 239+33+26=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF211A is #10DEE5. Grayscale: #5E5E5E. Windows color (decimal): -1105638 or 1712623. OLE color: 1712623.

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

Color convert

RGB 239 33 26 -
CMYK 0 0.86 0.89 0.06
HSL 1.97º 0.87% 0.52% -
HSV(B) 1.97º 0.89% 0.94% -
XYZ 36.33 19.51 2.83 -
YUV 93.8 89.75 231.57 -
System Red Green Blue C M Y K H S L
Decimal 239 33 26 0 0.86 0.89 0.06 1.97 0.87 0.52
Hex EF 21 1A 0 56 59 6 2 57 34
Octal 357 41 32 0 126 131 6 2 127 64
Binary 11101111 100001 11010 0 1010110 1011001 110 10 1010111 110100

Color Harmonies of #EF211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF211A

Black with #EF211A

Text Example


Text Example

White with #EF211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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