Html Css Color HEX #EF0331 Torch Red

📋 copy color: '#EF0331'

red 239 ◦ green 3 ◦ blue 49

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

Shades of Torch Red #EF0331

Tints of Torch Red #EF0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 82.13%
G = 1.03%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF0331 (or 0xEF0331) is known color: Torch Red. HEX triplet: EF, 03 and 31. RGB value is (239,3,49). Sum of RGB (Red+Green+Blue) = 239+3+49=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0331 is #10FCCE. Grayscale: #4E4E4E. Windows color (decimal): -1113295 or 3212271. OLE color: 3212271.

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

Color convert

RGB 239 3 49 -
CMYK 0 0.99 0.79 0.06
HSL 348.31º 0.98% 0.47% -
HSV(B) 348.31º 0.99% 0.94% -
XYZ 36.18 18.64 4.6 -
YUV 78.81 111.19 242.26 -
System Red Green Blue C M Y K H S L
Decimal 239 3 49 0 0.99 0.79 0.06 348.31 0.98 0.47
Hex EF 3 31 0 63 4F 6 15C 62 2F
Octal 357 3 61 0 143 117 6 534 142 57
Binary 11101111 11 110001 0 1100011 1001111 110 101011100 1100010 101111

Color Harmonies of #EF0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0331

Black with #EF0331

Text Example


Text Example

White with #EF0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0331; }

 p { color: rgb(239,3,49); }

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

background-color css

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

 a { background-color: rgb(239,3,49); }

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

border-color css

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

 span { border-color: rgb(239,3,49); }

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