Html Css Color HEX #EF1635 Torch Red

📋 copy color: '#EF1635'

red 239 ◦ green 22 ◦ blue 53

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

Shades of Torch Red #EF1635

Tints of Torch Red #EF1635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 76.11%
G = 7.01%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF1635 (or 0xEF1635) is known color: Torch Red. HEX triplet: EF, 16 and 35. RGB value is (239,22,53). Sum of RGB (Red+Green+Blue) = 239+22+53=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1635 is #10E9CA. Grayscale: #5A5A5A. Windows color (decimal): -1108427 or 3479279. OLE color: 3479279.

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

Color convert

RGB 239 22 53 -
CMYK 0 0.91 0.78 0.06
HSL 351.43º 0.87% 0.51% -
HSV(B) 351.43º 0.91% 0.94% -
XYZ 36.53 19.18 5.15 -
YUV 90.42 106.89 233.98 -
System Red Green Blue C M Y K H S L
Decimal 239 22 53 0 0.91 0.78 0.06 351.43 0.87 0.51
Hex EF 16 35 0 5B 4E 6 15F 57 33
Octal 357 26 65 0 133 116 6 537 127 63
Binary 11101111 10110 110101 0 1011011 1001110 110 101011111 1010111 110011

Color Harmonies of #EF1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1635

Black with #EF1635

Text Example


Text Example

White with #EF1635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1635; }

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

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

background-color css

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

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

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

border-color css

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

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

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