Html Css Color HEX #EF1B14 Scarlet

📋 copy color: '#EF1B14'

red 239 ◦ green 27 ◦ blue 20

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

Shades of Scarlet #EF1B14

Tints of Scarlet #EF1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 83.57%
G = 9.44%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF1B14 (or 0xEF1B14) is known color: Scarlet. HEX triplet: EF, 1B and 14. RGB value is (239,27,20). Sum of RGB (Red+Green+Blue) = 239+27+20=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1B14 is #10E4EB. Grayscale: #595959. Windows color (decimal): -1107180 or 1317871. OLE color: 1317871.

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

Color convert

RGB 239 27 20 -
CMYK 0 0.89 0.92 0.06
HSL 1.92º 0.87% 0.51% -
HSV(B) 1.92º 0.92% 0.94% -
XYZ 36.11 19.19 2.46 -
YUV 89.59 88.74 234.57 -
System Red Green Blue C M Y K H S L
Decimal 239 27 20 0 0.89 0.92 0.06 1.92 0.87 0.51
Hex EF 1B 14 0 59 5C 6 2 57 33
Octal 357 33 24 0 131 134 6 2 127 63
Binary 11101111 11011 10100 0 1011001 1011100 110 10 1010111 110011

Color Harmonies of #EF1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B14

Black with #EF1B14

Text Example


Text Example

White with #EF1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B14; }

 p { color: rgb(239,27,20); }

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

background-color css

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

 a { background-color: rgb(239,27,20); }

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

border-color css

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

 span { border-color: rgb(239,27,20); }

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