Html Css Color HEX #EF1304 Scarlet

📋 copy color: '#EF1304'

red 239 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #EF1304

Tints of Scarlet #EF1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 91.22%
G = 7.25%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1304 (or 0xEF1304) is known color: Scarlet. HEX triplet: EF, 13 and 04. RGB value is (239,19,4). Sum of RGB (Red+Green+Blue) = 239+19+4=262 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.22% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1304 is #10ECFB. Grayscale: #535353. Windows color (decimal): -1109244 or 267247. OLE color: 267247.

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

Color convert

RGB 239 19 4 -
CMYK 0 0.92 0.98 0.06
HSL 3.83º 0.97% 0.48% -
HSV(B) 3.83º 0.98% 0.94% -
XYZ 35.85 18.83 1.86 -
YUV 83.07 83.39 239.22 -
System Red Green Blue C M Y K H S L
Decimal 239 19 4 0 0.92 0.98 0.06 3.83 0.97 0.48
Hex EF 13 4 0 5C 62 6 4 61 30
Octal 357 23 4 0 134 142 6 4 141 60
Binary 11101111 10011 100 0 1011100 1100010 110 100 1100001 110000

Color Harmonies of #EF1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1304

Black with #EF1304

Text Example


Text Example

White with #EF1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1304; }

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

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

background-color css

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

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

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

border-color css

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

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

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