Html Css Color HEX #EF1904 Scarlet

📋 copy color: '#EF1904'

red 239 ◦ green 25 ◦ blue 4

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

Shades of Scarlet #EF1904

Tints of Scarlet #EF1904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 89.18%
G = 9.33%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1904 (or 0xEF1904) is known color: Scarlet. HEX triplet: EF, 19 and 04. RGB value is (239,25,4). Sum of RGB (Red+Green+Blue) = 239+25+4=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1904 is #10E6FB. Grayscale: #565656. Windows color (decimal): -1107708 or 268783. OLE color: 268783.

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

Color convert

RGB 239 25 4 -
CMYK 0 0.90 0.98 0.06
HSL 5.36º 0.97% 0.48% -
HSV(B) 5.36º 0.98% 0.94% -
XYZ 35.97 19.05 1.9 -
YUV 86.59 81.4 236.71 -
System Red Green Blue C M Y K H S L
Decimal 239 25 4 0 0.90 0.98 0.06 5.36 0.97 0.48
Hex EF 19 4 0 5A 62 6 5 61 30
Octal 357 31 4 0 132 142 6 5 141 60
Binary 11101111 11001 100 0 1011010 1100010 110 101 1100001 110000

Color Harmonies of #EF1904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1904

Black with #EF1904

Text Example


Text Example

White with #EF1904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1904; }

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

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

background-color css

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

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

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

border-color css

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

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

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