Html Css Color HEX #EF1735 Torch Red

📋 copy color: '#EF1735'

red 239 ◦ green 23 ◦ blue 53

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

Shades of Torch Red #EF1735

Tints of Torch Red #EF1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 75.87%
G = 7.3%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF1735 (or 0xEF1735) is known color: Torch Red. HEX triplet: EF, 17 and 35. RGB value is (239,23,53). Sum of RGB (Red+Green+Blue) = 239+23+53=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1735 is #10E8CA. Grayscale: #5B5B5B. Windows color (decimal): -1108171 or 3479535. OLE color: 3479535.

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

Color convert

RGB 239 23 53 -
CMYK 0 0.90 0.78 0.06
HSL 351.67º 0.87% 0.51% -
HSV(B) 351.67º 0.9% 0.94% -
XYZ 36.55 19.22 5.15 -
YUV 91 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 239 23 53 0 0.90 0.78 0.06 351.67 0.87 0.51
Hex EF 17 35 0 5A 4E 6 160 57 33
Octal 357 27 65 0 132 116 6 540 127 63
Binary 11101111 10111 110101 0 1011010 1001110 110 101100000 1010111 110011

Color Harmonies of #EF1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1735

Black with #EF1735

Text Example


Text Example

White with #EF1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1735; }

 p { color: rgb(239,23,53); }

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

background-color css

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

 a { background-color: rgb(239,23,53); }

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

border-color css

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

 span { border-color: rgb(239,23,53); }

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