Html Css Color HEX #EF002D Torch Red

📋 copy color: '#EF002D'

red 239 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #EF002D

Tints of Torch Red #EF002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 84.15%
G = 0%
B = 15.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF002D (or 0xEF002D) is known color: Torch Red. HEX triplet: EF, 00 and 2D. RGB value is (239,0,45). Sum of RGB (Red+Green+Blue) = 239+0+45=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF002D is #10FFD2. Grayscale: #4C4C4C. Windows color (decimal): -1114067 or 2949359. OLE color: 2949359.

HSL color Cylindrical-coordinate representation of color #EF002D: hue angle of 348.7º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF002D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 45 -
CMYK 0 1 0.81 0.06
HSL 348.7º 1% 0.47% -
HSV(B) 348.7º 1% 0.94% -
XYZ 36.07 18.54 4.16 -
YUV 76.59 110.18 243.84 -
System Red Green Blue C M Y K H S L
Decimal 239 0 45 0 1 0.81 0.06 348.7 1 0.47
Hex EF 0 2D 0 64 51 6 15D 64 2F
Octal 357 0 55 0 144 121 6 535 144 57
Binary 11101111 0 101101 0 1100100 1010001 110 101011101 1100100 101111

Color Harmonies of #EF002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF002D

Black with #EF002D

Text Example


Text Example

White with #EF002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF002D; }

 p { color: rgb(239,0,45); }

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

background-color css

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

 a { background-color: rgb(239,0,45); }

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

border-color css

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

 span { border-color: rgb(239,0,45); }

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