Html Css Color HEX #EF2020 Scarlet

📋 copy color: '#EF2020'

red 239 ◦ green 32 ◦ blue 32

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

Shades of Scarlet #EF2020

Tints of Scarlet #EF2020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 78.88%
G = 10.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2020 (or 0xEF2020) is known color: Scarlet. HEX triplet: EF, 20 and 20. RGB value is (239,32,32). Sum of RGB (Red+Green+Blue) = 239+32+32=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2020 is #10DFDF. Grayscale: #5E5E5E. Windows color (decimal): -1105888 or 2105583. OLE color: 2105583.

HSL color Cylindrical-coordinate representation of color #EF2020: 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.87%. Process color model (Four color, CMYK) of #EF2020 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 32 -
CMYK 0 0.87 0.87 0.06
HSL 0.87% 0.53% -
HSV(B) 0.87% 0.94% -
XYZ 36.37 19.49 3.21 -
YUV 93.89 93.08 231.5 -
System Red Green Blue C M Y K H S L
Decimal 239 32 32 0 0.87 0.87 0.06 0 0.87 0.53
Hex EF 20 20 0 57 57 6 0 57 35
Octal 357 40 40 0 127 127 6 0 127 65
Binary 11101111 100000 100000 0 1010111 1010111 110 0 1010111 110101

Color Harmonies of #EF2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2020

Black with #EF2020

Text Example


Text Example

White with #EF2020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2020; }

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

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

background-color css

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

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

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

border-color css

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

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

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