Html Css Color HEX #EF1F0E Scarlet

📋 copy color: '#EF1F0E'

red 239 ◦ green 31 ◦ blue 14

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

Shades of Scarlet #EF1F0E

Tints of Scarlet #EF1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 84.15%
G = 10.92%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF1F0E (or 0xEF1F0E) is known color: Scarlet. HEX triplet: EF, 1F and 0E. RGB value is (239,31,14). Sum of RGB (Red+Green+Blue) = 239+31+14=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F0E is #10E0F1. Grayscale: #5B5B5B. Windows color (decimal): -1106162 or 925679. OLE color: 925679.

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

Color convert

RGB 239 31 14 -
CMYK 0 0.87 0.94 0.06
HSL 4.53º 0.89% 0.5% -
HSV(B) 4.53º 0.94% 0.94% -
XYZ 36.17 19.36 2.25 -
YUV 91.25 84.41 233.38 -
System Red Green Blue C M Y K H S L
Decimal 239 31 14 0 0.87 0.94 0.06 4.53 0.89 0.5
Hex EF 1F E 0 57 5E 6 5 59 32
Octal 357 37 16 0 127 136 6 5 131 62
Binary 11101111 11111 1110 0 1010111 1011110 110 101 1011001 110010

Color Harmonies of #EF1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F0E

Black with #EF1F0E

Text Example


Text Example

White with #EF1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F0E; }

 p { color: rgb(239,31,14); }

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

background-color css

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

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

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

border-color css

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

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

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