Html Css Color HEX #EF0233 Torch Red

📋 copy color: '#EF0233'

red 239 ◦ green 2 ◦ blue 51

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

Shades of Torch Red #EF0233

Tints of Torch Red #EF0233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 81.85%
G = 0.68%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF0233 (or 0xEF0233) is known color: Torch Red. HEX triplet: EF, 02 and 33. RGB value is (239,2,51). Sum of RGB (Red+Green+Blue) = 239+2+51=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0233 is #10FDCC. Grayscale: #4E4E4E. Windows color (decimal): -1113549 or 3343087. OLE color: 3343087.

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

Color convert

RGB 239 2 51 -
CMYK 0 0.99 0.79 0.06
HSL 347.59º 0.98% 0.47% -
HSV(B) 347.59º 0.99% 0.94% -
XYZ 36.22 18.63 4.82 -
YUV 78.45 112.52 242.52 -
System Red Green Blue C M Y K H S L
Decimal 239 2 51 0 0.99 0.79 0.06 347.59 0.98 0.47
Hex EF 2 33 0 63 4F 6 15C 62 2F
Octal 357 2 63 0 143 117 6 534 142 57
Binary 11101111 10 110011 0 1100011 1001111 110 101011100 1100010 101111

Color Harmonies of #EF0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0233

Black with #EF0233

Text Example


Text Example

White with #EF0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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