Html Css Color HEX #EF211B Scarlet

📋 copy color: '#EF211B'

red 239 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #EF211B

Tints of Scarlet #EF211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 79.93%
G = 11.04%
B = 9.03%

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

#EF211B (or 0xEF211B) is known color: Scarlet. HEX triplet: EF, 21 and 1B. RGB value is (239,33,27). Sum of RGB (Red+Green+Blue) = 239+33+27=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF211B is #10DEE4. Grayscale: #5E5E5E. Windows color (decimal): -1105637 or 1778159. OLE color: 1778159.

HSL color Cylindrical-coordinate representation of color #EF211B: hue angle of 1.7º 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 #EF211B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 27 -
CMYK 0 0.86 0.89 0.06
HSL 1.7º 0.87% 0.52% -
HSV(B) 1.7º 0.89% 0.94% -
XYZ 36.34 19.52 2.89 -
YUV 93.91 90.25 231.49 -
System Red Green Blue C M Y K H S L
Decimal 239 33 27 0 0.86 0.89 0.06 1.7 0.87 0.52
Hex EF 21 1B 0 56 59 6 2 57 34
Octal 357 41 33 0 126 131 6 2 127 64
Binary 11101111 100001 11011 0 1010110 1011001 110 10 1010111 110100

Color Harmonies of #EF211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF211B

Black with #EF211B

Text Example


Text Example

White with #EF211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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