Html Css Color HEX #EF153D Torch Red

📋 copy color: '#EF153D'

red 239 ◦ green 21 ◦ blue 61

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

Shades of Torch Red #EF153D

Tints of Torch Red #EF153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 74.45%
G = 6.54%
B = 19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF153D (or 0xEF153D) is known color: Torch Red. HEX triplet: EF, 15 and 3D. RGB value is (239,21,61). Sum of RGB (Red+Green+Blue) = 239+21+61=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF153D is #10EAC2. Grayscale: #5A5A5A. Windows color (decimal): -1108675 or 4003311. OLE color: 4003311.

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

Color convert

RGB 239 21 61 -
CMYK 0 0.91 0.74 0.06
HSL 348.99º 0.87% 0.51% -
HSV(B) 348.99º 0.91% 0.94% -
XYZ 36.71 19.22 6.19 -
YUV 90.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 239 21 61 0 0.91 0.74 0.06 348.99 0.87 0.51
Hex EF 15 3D 0 5B 4A 6 15D 57 33
Octal 357 25 75 0 133 112 6 535 127 63
Binary 11101111 10101 111101 0 1011011 1001010 110 101011101 1010111 110011

Color Harmonies of #EF153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF153D

Black with #EF153D

Text Example


Text Example

White with #EF153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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