Html Css Color HEX #EF1C04 Scarlet

📋 copy color: '#EF1C04'

red 239 ◦ green 28 ◦ blue 4

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

Shades of Scarlet #EF1C04

Tints of Scarlet #EF1C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

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

R = 88.19%
G = 10.33%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1C04 (or 0xEF1C04) is known color: Scarlet. HEX triplet: EF, 1C and 04. RGB value is (239,28,4). Sum of RGB (Red+Green+Blue) = 239+28+4=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1C04 is #10E3FB. Grayscale: #585858. Windows color (decimal): -1106940 or 269551. OLE color: 269551.

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

Color convert

RGB 239 28 4 -
CMYK 0 0.88 0.98 0.06
HSL 6.13º 0.97% 0.48% -
HSV(B) 6.13º 0.98% 0.94% -
XYZ 36.03 19.19 1.92 -
YUV 88.35 80.4 235.45 -
System Red Green Blue C M Y K H S L
Decimal 239 28 4 0 0.88 0.98 0.06 6.13 0.97 0.48
Hex EF 1C 4 0 58 62 6 6 61 30
Octal 357 34 4 0 130 142 6 6 141 60
Binary 11101111 11100 100 0 1011000 1100010 110 110 1100001 110000

Color Harmonies of #EF1C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C04

Black with #EF1C04

Text Example


Text Example

White with #EF1C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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