Html Css Color HEX #EF0235 Torch Red

📋 copy color: '#EF0235'

red 239 ◦ green 2 ◦ blue 53

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

Shades of Torch Red #EF0235

Tints of Torch Red #EF0235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 81.29%
G = 0.68%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF0235 (or 0xEF0235) is known color: Torch Red. HEX triplet: EF, 02 and 35. RGB value is (239,2,53). Sum of RGB (Red+Green+Blue) = 239+2+53=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0235 is #10FDCA. Grayscale: #4E4E4E. Windows color (decimal): -1113547 or 3474159. OLE color: 3474159.

HSL color Cylindrical-coordinate representation of color #EF0235: hue angle of 347.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0235 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 53 -
CMYK 0 0.99 0.78 0.06
HSL 347.09º 0.98% 0.47% -
HSV(B) 347.09º 0.99% 0.94% -
XYZ 36.26 18.65 5.06 -
YUV 78.68 113.52 242.35 -
System Red Green Blue C M Y K H S L
Decimal 239 2 53 0 0.99 0.78 0.06 347.09 0.98 0.47
Hex EF 2 35 0 63 4E 6 15B 62 2F
Octal 357 2 65 0 143 116 6 533 142 57
Binary 11101111 10 110101 0 1100011 1001110 110 101011011 1100010 101111

Color Harmonies of #EF0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0235

Black with #EF0235

Text Example


Text Example

White with #EF0235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0235; }

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

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

background-color css

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

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

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

border-color css

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

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

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