Html Css Color HEX #EF051D Torch Red

📋 copy color: '#EF051D'

red 239 ◦ green 5 ◦ blue 29

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

Shades of Torch Red #EF051D

Tints of Torch Red #EF051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 87.55%
G = 1.83%
B = 10.62%

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

#EF051D (or 0xEF051D) is known color: Torch Red. HEX triplet: EF, 05 and 1D. RGB value is (239,5,29). Sum of RGB (Red+Green+Blue) = 239+5+29=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF051D is #10FAE2. Grayscale: #4D4D4D. Windows color (decimal): -1112803 or 1902063. OLE color: 1902063.

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

Color convert

RGB 239 5 29 -
CMYK 0 0.98 0.88 0.06
HSL 353.85º 0.96% 0.48% -
HSV(B) 353.85º 0.98% 0.94% -
XYZ 35.87 18.55 2.85 -
YUV 77.7 100.52 243.05 -
System Red Green Blue C M Y K H S L
Decimal 239 5 29 0 0.98 0.88 0.06 353.85 0.96 0.48
Hex EF 5 1D 0 62 58 6 162 60 30
Octal 357 5 35 0 142 130 6 542 140 60
Binary 11101111 101 11101 0 1100010 1011000 110 101100010 1100000 110000

Color Harmonies of #EF051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF051D

Black with #EF051D

Text Example


Text Example

White with #EF051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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