Html Css Color HEX #EF102C Torch Red

📋 copy color: '#EF102C'

red 239 ◦ green 16 ◦ blue 44

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

Shades of Torch Red #EF102C

Tints of Torch Red #EF102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 79.93%
G = 5.35%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF102C (or 0xEF102C) is known color: Torch Red. HEX triplet: EF, 10 and 2C. RGB value is (239,16,44). Sum of RGB (Red+Green+Blue) = 239+16+44=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF102C is #10EFD3. Grayscale: #555555. Windows color (decimal): -1109972 or 2887919. OLE color: 2887919.

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

Color convert

RGB 239 16 44 -
CMYK 0 0.93 0.82 0.06
HSL 352.47º 0.87% 0.5% -
HSV(B) 352.47º 0.93% 0.94% -
XYZ 36.24 18.9 4.12 -
YUV 85.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 239 16 44 0 0.93 0.82 0.06 352.47 0.87 0.5
Hex EF 10 2C 0 5D 52 6 160 57 32
Octal 357 20 54 0 135 122 6 540 127 62
Binary 11101111 10000 101100 0 1011101 1010010 110 101100000 1010111 110010

Color Harmonies of #EF102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF102C

Black with #EF102C

Text Example


Text Example

White with #EF102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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