Html Css Color HEX #EF1A04 Scarlet

📋 copy color: '#EF1A04'

red 239 ◦ green 26 ◦ blue 4

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

Shades of Scarlet #EF1A04

Tints of Scarlet #EF1A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 88.85%
G = 9.67%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1A04 (or 0xEF1A04) is known color: Scarlet. HEX triplet: EF, 1A and 04. RGB value is (239,26,4). Sum of RGB (Red+Green+Blue) = 239+26+4=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1A04 is #10E5FB. Grayscale: #575757. Windows color (decimal): -1107452 or 269039. OLE color: 269039.

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

Color convert

RGB 239 26 4 -
CMYK 0 0.89 0.98 0.06
HSL 5.62º 0.97% 0.48% -
HSV(B) 5.62º 0.98% 0.94% -
XYZ 35.99 19.1 1.9 -
YUV 87.18 81.07 236.29 -
System Red Green Blue C M Y K H S L
Decimal 239 26 4 0 0.89 0.98 0.06 5.62 0.97 0.48
Hex EF 1A 4 0 59 62 6 6 61 30
Octal 357 32 4 0 131 142 6 6 141 60
Binary 11101111 11010 100 0 1011001 1100010 110 110 1100001 110000

Color Harmonies of #EF1A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A04

Black with #EF1A04

Text Example


Text Example

White with #EF1A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A04; }

 p { color: rgb(239,26,4); }

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

background-color css

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

 a { background-color: rgb(239,26,4); }

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

border-color css

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

 span { border-color: rgb(239,26,4); }

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