Html Css Color HEX #EF1D04 Scarlet

📋 copy color: '#EF1D04'

red 239 ◦ green 29 ◦ blue 4

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

Shades of Scarlet #EF1D04

Tints of Scarlet #EF1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.66%

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

R = 87.87%
G = 10.66%
B = 1.47%

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

#EF1D04 (or 0xEF1D04) is known color: Scarlet. HEX triplet: EF, 1D and 04. RGB value is (239,29,4). Sum of RGB (Red+Green+Blue) = 239+29+4=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D04 is #10E2FB. Grayscale: #595959. Windows color (decimal): -1106684 or 269807. OLE color: 269807.

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

Color convert

RGB 239 29 4 -
CMYK 0 0.88 0.98 0.06
HSL 6.38º 0.97% 0.48% -
HSV(B) 6.38º 0.98% 0.94% -
XYZ 36.06 19.24 1.93 -
YUV 88.94 80.07 235.03 -
System Red Green Blue C M Y K H S L
Decimal 239 29 4 0 0.88 0.98 0.06 6.38 0.97 0.48
Hex EF 1D 4 0 58 62 6 6 61 30
Octal 357 35 4 0 130 142 6 6 141 60
Binary 11101111 11101 100 0 1011000 1100010 110 110 1100001 110000

Color Harmonies of #EF1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D04

Black with #EF1D04

Text Example


Text Example

White with #EF1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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