Html Css Color HEX #EF2813 Scarlet

📋 copy color: '#EF2813'

red 239 ◦ green 40 ◦ blue 19

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

Shades of Scarlet #EF2813

Tints of Scarlet #EF2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 80.2%
G = 13.42%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF2813 (or 0xEF2813) is known color: Scarlet. HEX triplet: EF, 28 and 13. RGB value is (239,40,19). Sum of RGB (Red+Green+Blue) = 239+40+19=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2813 is #10D7EC. Grayscale: #616161. Windows color (decimal): -1103853 or 1255663. OLE color: 1255663.

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

Color convert

RGB 239 40 19 -
CMYK 0 0.83 0.92 0.06
HSL 5.73º 0.87% 0.51% -
HSV(B) 5.73º 0.92% 0.94% -
XYZ 36.47 19.92 2.54 -
YUV 97.11 83.93 229.21 -
System Red Green Blue C M Y K H S L
Decimal 239 40 19 0 0.83 0.92 0.06 5.73 0.87 0.51
Hex EF 28 13 0 53 5C 6 6 57 33
Octal 357 50 23 0 123 134 6 6 127 63
Binary 11101111 101000 10011 0 1010011 1011100 110 110 1010111 110011

Color Harmonies of #EF2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2813

Black with #EF2813

Text Example


Text Example

White with #EF2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2813; }

 p { color: rgb(239,40,19); }

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

background-color css

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

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

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

border-color css

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

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

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