Html Css Color HEX #EF310C Scarlet

📋 copy color: '#EF310C'

red 239 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #EF310C

Tints of Scarlet #EF310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 79.67%
G = 16.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF310C (or 0xEF310C) is known color: Scarlet. HEX triplet: EF, 31 and 0C. RGB value is (239,49,12). Sum of RGB (Red+Green+Blue) = 239+49+12=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF310C is #10CEF3. Grayscale: #656565. Windows color (decimal): -1101556 or 799215. OLE color: 799215.

HSL color Cylindrical-coordinate representation of color #EF310C: hue angle of 9.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF310C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 49 12 -
CMYK 0 0.79 0.95 0.06
HSL 9.78º 0.9% 0.49% -
HSV(B) 9.78º 0.95% 0.94% -
XYZ 36.76 20.57 2.38 -
YUV 101.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 239 49 12 0 0.79 0.95 0.06 9.78 0.9 0.49
Hex EF 31 C 0 4F 5F 6 A 5A 31
Octal 357 61 14 0 117 137 6 12 132 61
Binary 11101111 110001 1100 0 1001111 1011111 110 1010 1011010 110001

Color Harmonies of #EF310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF310C

Black with #EF310C

Text Example


Text Example

White with #EF310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF310C; }

 p { color: rgb(239,49,12); }

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

background-color css

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

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

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

border-color css

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

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

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