Html Css Color HEX #EF182D Torch Red

📋 copy color: '#EF182D'

red 239 ◦ green 24 ◦ blue 45

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

Shades of Torch Red #EF182D

Tints of Torch Red #EF182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 77.6%
G = 7.79%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF182D (or 0xEF182D) is known color: Torch Red. HEX triplet: EF, 18 and 2D. RGB value is (239,24,45). Sum of RGB (Red+Green+Blue) = 239+24+45=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF182D is #10E7D2. Grayscale: #5A5A5A. Windows color (decimal): -1107923 or 2955503. OLE color: 2955503.

HSL color Cylindrical-coordinate representation of color #EF182D: hue angle of 354.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 45 -
CMYK 0 0.90 0.81 0.06
HSL 354.14º 0.87% 0.52% -
HSV(B) 354.14º 0.9% 0.94% -
XYZ 36.4 19.19 4.27 -
YUV 90.68 102.23 233.79 -
System Red Green Blue C M Y K H S L
Decimal 239 24 45 0 0.90 0.81 0.06 354.14 0.87 0.52
Hex EF 18 2D 0 5A 51 6 162 57 34
Octal 357 30 55 0 132 121 6 542 127 64
Binary 11101111 11000 101101 0 1011010 1010001 110 101100010 1010111 110100

Color Harmonies of #EF182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF182D

Black with #EF182D

Text Example


Text Example

White with #EF182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF182D; }

 p { color: rgb(239,24,45); }

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

background-color css

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

 a { background-color: rgb(239,24,45); }

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

border-color css

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

 span { border-color: rgb(239,24,45); }

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