Html Css Color HEX #EF003F Torch Red

📋 copy color: '#EF003F'

red 239 ◦ green 0 ◦ blue 63

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

Shades of Torch Red #EF003F

Tints of Torch Red #EF003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 79.14%
G = 0%
B = 20.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF003F (or 0xEF003F) is known color: Torch Red. HEX triplet: EF, 00 and 3F. RGB value is (239,0,63). Sum of RGB (Red+Green+Blue) = 239+0+63=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF003F is #10FFC0. Grayscale: #4E4E4E. Windows color (decimal): -1114049 or 4129007. OLE color: 4129007.

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

Color convert

RGB 239 0 63 -
CMYK 0 1 0.74 0.06
HSL 344.18º 1% 0.47% -
HSV(B) 344.18º 1% 0.94% -
XYZ 36.49 18.71 6.39 -
YUV 78.64 119.18 242.38 -
System Red Green Blue C M Y K H S L
Decimal 239 0 63 0 1 0.74 0.06 344.18 1 0.47
Hex EF 0 3F 0 64 4A 6 158 64 2F
Octal 357 0 77 0 144 112 6 530 144 57
Binary 11101111 0 111111 0 1100100 1001010 110 101011000 1100100 101111

Color Harmonies of #EF003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF003F

Black with #EF003F

Text Example


Text Example

White with #EF003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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