Html Css Color HEX #EF103D Torch Red

📋 copy color: '#EF103D'

red 239 ◦ green 16 ◦ blue 61

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

Shades of Torch Red #EF103D

Tints of Torch Red #EF103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 75.63%
G = 5.06%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF103D (or 0xEF103D) is known color: Torch Red. HEX triplet: EF, 10 and 3D. RGB value is (239,16,61). Sum of RGB (Red+Green+Blue) = 239+16+61=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF103D is #10EFC2. Grayscale: #575757. Windows color (decimal): -1109955 or 4002031. OLE color: 4002031.

HSL color Cylindrical-coordinate representation of color #EF103D: hue angle of 347.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF103D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 61 -
CMYK 0 0.93 0.74 0.06
HSL 347.89º 0.87% 0.5% -
HSV(B) 347.89º 0.93% 0.94% -
XYZ 36.62 19.06 6.16 -
YUV 87.81 112.88 235.84 -
System Red Green Blue C M Y K H S L
Decimal 239 16 61 0 0.93 0.74 0.06 347.89 0.87 0.5
Hex EF 10 3D 0 5D 4A 6 15C 57 32
Octal 357 20 75 0 135 112 6 534 127 62
Binary 11101111 10000 111101 0 1011101 1001010 110 101011100 1010111 110010

Color Harmonies of #EF103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF103D

Black with #EF103D

Text Example


Text Example

White with #EF103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF103D; }

 p { color: rgb(239,16,61); }

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

background-color css

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

 a { background-color: rgb(239,16,61); }

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

border-color css

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

 span { border-color: rgb(239,16,61); }

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