Html Css Color HEX #EF3313 Scarlet

📋 copy color: '#EF3313'

red 239 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #EF3313

Tints of Scarlet #EF3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 77.35%
G = 16.5%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3313 (or 0xEF3313) is known color: Scarlet. HEX triplet: EF, 33 and 13. RGB value is (239,51,19). Sum of RGB (Red+Green+Blue) = 239+51+19=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3313 is #10CCEC. Grayscale: #676767. Windows color (decimal): -1101037 or 1258479. OLE color: 1258479.

HSL color Cylindrical-coordinate representation of color #EF3313: hue angle of 8.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 #EF3313 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 19 -
CMYK 0 0.79 0.92 0.06
HSL 8.73º 0.87% 0.51% -
HSV(B) 8.73º 0.92% 0.94% -
XYZ 36.9 20.77 2.68 -
YUV 103.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 239 51 19 0 0.79 0.92 0.06 8.73 0.87 0.51
Hex EF 33 13 0 4F 5C 6 9 57 33
Octal 357 63 23 0 117 134 6 11 127 63
Binary 11101111 110011 10011 0 1001111 1011100 110 1001 1010111 110011

Color Harmonies of #EF3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3313

Black with #EF3313

Text Example


Text Example

White with #EF3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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