Html Css Color HEX #EF003A Torch Red

📋 copy color: '#EF003A'

red 239 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #EF003A

Tints of Torch Red #EF003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 80.47%
G = 0%
B = 19.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF003A (or 0xEF003A) is known color: Torch Red. HEX triplet: EF, 00 and 3A. RGB value is (239,0,58). Sum of RGB (Red+Green+Blue) = 239+0+58=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF003A is #10FFC5. Grayscale: #4E4E4E. Windows color (decimal): -1114054 or 3801327. OLE color: 3801327.

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

Color convert

RGB 239 0 58 -
CMYK 0 1 0.76 0.06
HSL 345.44º 1% 0.47% -
HSV(B) 345.44º 1% 0.94% -
XYZ 36.36 18.66 5.69 -
YUV 78.07 116.68 242.78 -
System Red Green Blue C M Y K H S L
Decimal 239 0 58 0 1 0.76 0.06 345.44 1 0.47
Hex EF 0 3A 0 64 4C 6 159 64 2F
Octal 357 0 72 0 144 114 6 531 144 57
Binary 11101111 0 111010 0 1100100 1001100 110 101011001 1100100 101111

Color Harmonies of #EF003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF003A

Black with #EF003A

Text Example


Text Example

White with #EF003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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