Html Css Color HEX #EF2015 Scarlet

📋 copy color: '#EF2015'

red 239 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #EF2015

Tints of Scarlet #EF2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 81.85%
G = 10.96%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF2015 (or 0xEF2015) is known color: Scarlet. HEX triplet: EF, 20 and 15. RGB value is (239,32,21). Sum of RGB (Red+Green+Blue) = 239+32+21=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2015 is #10DFEA. Grayscale: #5C5C5C. Windows color (decimal): -1105899 or 1384687. OLE color: 1384687.

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

Color convert

RGB 239 32 21 -
CMYK 0 0.87 0.91 0.06
HSL 3.03º 0.87% 0.51% -
HSV(B) 3.03º 0.91% 0.94% -
XYZ 36.25 19.44 2.55 -
YUV 92.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 239 32 21 0 0.87 0.91 0.06 3.03 0.87 0.51
Hex EF 20 15 0 57 5B 6 3 57 33
Octal 357 40 25 0 127 133 6 3 127 63
Binary 11101111 100000 10101 0 1010111 1011011 110 11 1010111 110011

Color Harmonies of #EF2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2015

Black with #EF2015

Text Example


Text Example

White with #EF2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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