Html Css Color HEX #EF041D Torch Red

📋 copy color: '#EF041D'

red 239 ◦ green 4 ◦ blue 29

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

Shades of Torch Red #EF041D

Tints of Torch Red #EF041D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF041D (or 0xEF041D) is known color: Torch Red. HEX triplet: EF, 04 and 1D. RGB value is (239,4,29). Sum of RGB (Red+Green+Blue) = 239+4+29=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF041D is #10FBE2. Grayscale: #4D4D4D. Windows color (decimal): -1113059 or 1901807. OLE color: 1901807.

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

Color convert

RGB 239 4 29 -
CMYK 0 0.98 0.88 0.06
HSL 353.62º 0.97% 0.48% -
HSV(B) 353.62º 0.98% 0.94% -
XYZ 35.86 18.53 2.85 -
YUV 77.12 100.86 243.47 -
System Red Green Blue C M Y K H S L
Decimal 239 4 29 0 0.98 0.88 0.06 353.62 0.97 0.48
Hex EF 4 1D 0 62 58 6 162 61 30
Octal 357 4 35 0 142 130 6 542 141 60
Binary 11101111 100 11101 0 1100010 1011000 110 101100010 1100001 110000

Color Harmonies of #EF041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF041D

Black with #EF041D

Text Example


Text Example

White with #EF041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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